Quincas Borba
Quincas Borba

Reputation: 1

Unity 5.3.5f1 Crashes in play mode

I am facing a big problem here. I have a code where i use the InvokeRepeating() method on the start() method to keep track of my "in game time". Every time I click on the play button, Unity just crashes and i have to finish the applicatin via task manager! I really don´t know what to do as I receive no message from the console or any other bug report. Can enyone help me? What can I do to solve this? Thanks.

Upvotes: 0

Views: 1357

Answers (1)

TheNoob
TheNoob

Reputation: 929

Unity will do this if you hit an infinite loop.

Upvotes: 1

Related Questions