Hey, im very new to the system and writing scripts and whatnot. I have been watching videos to try and learn the ropes though. I made a script and when i went to play the game one error came up, it was a Nullreferenceexception error. Ive tried alot to fix it but nothings working. Heres the error... NullReferenceException Move Around.Update () (at Assets\Move Around.js:19)
and heres the line the error is on...
var bullit = Instantiate(bullitPrefab, GameObject.Find("spawnPoint").transform.position, Quaternion.identity);
Im stuck, please help me on how to fix this error Smile