Hi guys, what can possibly make unity absolutely freeze on play?
The build runs.
If i leave frozen unity for some couple of minutes it throws
fatal gc error.
Everything was fine the last thing i did before that implemented parsing method for
reading console input, which wasn’t even called from update.
I’ve sent error report… but guys really wtf? How can i work now? I can’t do anything the work is stuck.
Try undoing the last thing you did - if it freezes like that when you hit play, my first guess is that you are stuck in an infinite loop.
Comment out or delete the last code you added, and try again. If that fixes it, then you have a problem in that code.
Yeah well it wasnt that obvious.
The first thing i wrote for this project was a text file parser and after making an empty line in the text file
parser got stuck on it. I didn’t know that it does that sadly, thanks guys from Unity support for help.