- Home /
null reference woe
I got the message:
NullReferenceException: Object reference not set to an instance of an object UnityEngine.TextEditor.ClampPos
And I don't know what's going on...
Comment
Hi Canco may ur not add the game objects. suppose like if ur using a game object in ur code u need to add that object in the inspector view. that is the main thing null pointer exception comes.
Answer by GamingNewBie · Mar 14, 2013 at 10:36 AM
Error is proposing as if the object is not initialized before accessed. Check for the object if its instantiated.