Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.35f1
2022.3.19f1
2023.2.8f1
2023.3.0b5
Issue ID
UUM-62810
Regression
No
The Editor is stuck at "Importing assets" and "Reloading Domain" when opening the project
How to reproduce:
Open the attached project "SampleProject-3.zip"
Expected results: Project opens
Actual results: The Editor is stuck at "Importing assets" and "Reloading Domain"
Reproducible with: 2021.3.35f1, 2022.3.19f1, 2023.2.8f1, 2023.3.0b5
Reproducible on: Windows 10 22H2
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
It seem that theres a plugin that consistantly calling `CompilationPipeline.RequestScriptCompilation()` trough the ModuleInitializer:
Void UnityEditor.Scripting.ScriptCompilation.EditorCompilation:RequestScriptCompilation
Void UnityEditor.Compilation.CompilationPipeline:RequestScriptCompilation
Void UnityEditor.Compilation.CompilationPipeline:RequestScriptCompilation
Void ReadyPlayerMe.Core.Editor.DefineSymbolHelper:ModifyScriptingDefineSymbolInAllBuild
Void ReadyPlayerMe.Core.Editor.DefineSymbolHelper:AddSymbols
Void ReadyPlayerMe.Core.Editor.ModuleInstaller:.cctor