How to find a "Object too large" error.
I've came back to a game that I was working on years ago and updating all the code. On one scene in particular I'm getting a "Invalid worldAABB. Object is too large or too far away from the origin." error 4 times in a row.
I cannot figure out what object is causing it. I cannot simply remove objects from the scene either do a process of elimination since they all have scripts and as soon as something else errors the "too large" error do not show.
So I'm at a loss for how to find them. Any help would be Awesome!!!!!
Your answer
Follow this Question
Related Questions
[SOLVED] Stop counting score code error! 1 Answer
NullRefrenceException: Object refrence not set to an instance of an object. 0 Answers
Can't reference script of parent 2 Answers
Operator `+' cannot be applied to operands of type `UnityEngine.Vector3' and `float' 3 Answers
GameObject changes to None in inspector after pressing Play 0 Answers