- Home /
Question by
ZoreGamesOfficial · Jul 18, 2020 at 01:47 AM ·
erroreditorbug
Unity 2019.4 freeze and then crash when testing in editor
SoI'm making a proyect with Unity 3D, the problem is that when i test it in the editor, it freezes and then a couple a seconds, it crash and don't let me do anything in my pc so i need to restart it, when i open it again, still crashes, is there a way to solve this? :c
Comment
Answer by N-8-D-e-v · Jul 18, 2020 at 03:25 AM
It probably means you have an infinite loop, a common cause of this is a while loop, where you never use a break statement
Your answer
Follow this Question
Related Questions
Engine Language Changed 0 Answers
Hierarchy not showing anything, getting KeyNotFoundException 1 Answer
Editor Window stuck on a blank white screen 2 Answers
black screen over project window 0 Answers
Stop Editor From Crashing 1 Answer