Question by
MIAmelia3477 · Nov 23, 2015 at 05:58 PM ·
c#hidemissingreferenceexceptiondeletederrormessage
Receiving a missing reference exception error but everything is still there.
I keep getting the below error at the start of the game saying that I have destroyed a script but am trying to access it. But when I look in my hierarchy it's still there. I removed every script that wrote to that object but it's still giving me this error.
error.png
(33.4 kB)
Comment
You need to make sure your enemy$$anonymous$$anager is not destroyed, what is it attached to it?
Your answer
Follow this Question
Related Questions
Missing Reference Exception... please help, I am new to this! 2 Answers
Disable or hide GUI Buttons on one scene 2 Answers
Help, problems with code.... (newbie) 0 Answers
How do I hide/show an object, when the player enters a trigger zone? 2 Answers
How to hide a sprite on top of another sprite when the lower one comes into contact with the player? 0 Answers