- Home /
Error after delete object!
Hey!
If I delete a gameobject with networkviews on it, this follows:
View ID AllocatedID: 150 not found during lookup. Strange behaviour may occur Received state update for view id' AllocatedID: 150' but the NetworkView doesn't exist View ID AllocatedID: 153 not found during lookup. Strange behaviour may occur Received state update for view id' AllocatedID: 153' but the NetworkView doesn't exist
what does that mean for me?
Pls help :/ thanks :D
Its hard to tell without your code, but it sounds like you deleted something, and another object is trying to access it or a component of it.
jeah. much scripts need it... so, do I have to disattach them then?
Well no, you need to make sure the object is not null before asking it to do anything or fetching a component from it.
There is plenty of answers related to this. Search the answers page, you'll find what you want to know