Quantcast
Viewing all articles
Browse latest Browse all 2891

The referenced script (Unknown) on this Behaviour is missing!

I know that this question has been asked a lot, but i didnt really get it from other answers. When i run my script: using System.Collections; using System.Collections.Generic; using UnityEngine; public class first1 : MonoBehaviour { // Start is called before the first frame update void Start() { Debug.Log("Hello"); } // Update is called once per frame void Update() { } } (which is all the stuff it puts by default, i just added Debug.Log("Hello")) It tells me these errors: ![alt text][1] [1]: /storage/temp/158879-error1.png My code and all works, im just worried about the errors and that they might mean something important. Its my first time trying to code with C#, dont judge me if my question is too dumb, please

Viewing all articles
Browse latest Browse all 2891

Trending Articles