- Home /
Stop Unity from freezing on NullReferenceExceptions ?
Hello,
I am currently on a advanced state from a software I'm making with Unity. However, because of the complicated hierarchy on my assets, I'm often forced to trigger a NullReferenceException from objects that are activated for a very short of time while they are not exactly loaded.
While there is no real affect when I build the software and run it, it slows me down to be forced to stop and relaunch the scrips to get past Unity freezing.
So is there any way to make sure Unity overlooks Exceptions and keep running on the editor ?
Thank you
Your answer
Follow this Question
Related Questions
Can I make Money collecting script without attaching it to a object ? I tried but I got error 2 Answers
Unity freezes when I try to click play 1 Answer
am trying to scaling my ground size in z direction until my player is moving, 2 Answers
Raycast do not detect when distance is closer or further than the max distance 1 Answer
How to count from 2nd collision 1 Answer