Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reload Scripts Assemblies (busy for long time) Unity Freezes

I'm Using Unity version 2020.3.32f1 & Rider as Editor. Whenever I make any changes in scripts, even small changes, Unity script assemblies take too much of time to compile and load. Sometimes it freezes Unity entirely and in the Task Manager I can see "application not responding" for the Unity session.

Reload Scripts Assemblies

Does anyone know how I can solve this issue?

like image 924
Prasad Pakhare Avatar asked Sep 13 '25 04:09

Prasad Pakhare


1 Answers

Disable Domain Reloading. To disable Domain Reloading:

  1. Go to Edit > Project Settings > Editor
  2. Make sure Enter Play Mode Options is enabled.
  3. Disable Reload Domain

source https://docs.unity3d.com/Manual/DomainReloading.html

like image 53
Mario Avatar answered Sep 16 '25 09:09

Mario