Advertisement
aminusia

16B

Dec 21st, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Error stage 16B
  2.  
  3. MissingReferenceException: The object of type 'GameObject' has been destroyed but you are still trying to access it.
  4. Your script should either check if it is null or you should not destroy the object.
  5. CharacterDispatcher.summonCharacter (System.String position, .PresetCharacter prechara) (at Assets/Data Scripts/Gameplay/CharacterDispatcher.cs:101)
  6. CharacterDispatcher.AutoSpawn () (at Assets/Data Scripts/Gameplay/CharacterDispatcher.cs:50)
  7. CharacterDispatcher.Update () (at Assets/Data Scripts/Gameplay/CharacterDispatcher.cs:35)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement