© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2mo ago•
15 replies
Gooberda1

✅ why am I getting this error?

vs codebeginnerunity
idk what had happened

using UnityEngine;

public class spawn : MonoBehaviour
{
    public GameObject prefab;
    

    void Start()
    {
        Instantiate(prefab, Vector3, Quaternion.identity);
    }
}
using UnityEngine;

public class spawn : MonoBehaviour
{
    public GameObject prefab;
    

    void Start()
    {
        Instantiate(prefab, Vector3, Quaternion.identity);
    }
}
image.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ why am i getting this error
C#CC# / help
2y ago
✅ (Solved) Why am i getting this error?
C#CC# / help
3y ago
✅ Why am I getting this exception?
C#CC# / help
4y ago
❔ ✅ Why am I getting error message CS0184?
C#CC# / help
3y ago