Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

663
Views
Unity Stuck on Application.UpdateScene

My game was working fine all long for days. Recently just after adding attack animation for my enemyai it started freezing everytime I clicked on play.

So when I click play unity pops up with a message saying "Hold On ! Application.UpdateScene" and its stuck on that ever since. The only way for me to exit is using task manager.

Screenshot:

enter image description here

I tried debbing and adding break points but it did not work. At this point I don't know what wrong is it my code or something else.

I haven't updated my unity I am on 2020.1f but I don't think that might be causing the problem.

Also incase it's not possible to resolve this problem can you'll please tell me a way to complete my project quicker without redoing it everything.

Thanks

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

It is usually caused by a dead-loop.

I also has this issue today. I solved it by attaching the debugger (Visual Studio in my case) to the forever loading Unity Editor. After that, pause the debugger. This will freeze Unity but we can then inspect where the code is executing at this particular moment. Select the inspecting thread to "Unity Thread" in Visual Studio. In my case, it immediately show the code is running inside a while-loop which I forgot to increase the i variable and turn the loop into a dead loop.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!