I was creating my first game when suddenly when I attempted to test the game, Unity froze Can anyone help me? If you need info on my project (To help me) ill be happy to give info.
You most likely have an infinite loop inside your code. infinite loops will freeze Unity unless it’s in a coroutine and has a yield statement each iteration. You gave no information so you won’t get a more detailed answer than that.