Search Issue Tracker
By Design
Votes
0
Found in
2020.3.40f1
2021.3.11f1
2022.1.18f1
2022.2.0b10
2023.1.0a13
Issue ID
UUM-16082
Regression
No
Project gets stuck on "EditorApplication.Update" when trying to open it
Reproduction steps:
1. Open the user’s attached “My project.zip“ project
Expected result: Project opens successfully
Actual result: Project gets stuck on "EditorApplication.Update"
Reproducible with: 2020.3.40f1, 2021.3.11f1, 2022.1.18f1, 2022.2.0b10, 2023.1.0a13
Reproducible with: Windows 10, macOS
Notes:
- on macOS project opens successfully, but opening the “SampleScene“ Scene freezes the editor
- In the “Editor.log” file there are a lot of “0x00000228c29987b3 (Mono JIT Code) \[playerInventory.cs:19] playerInventory:.ctor ()” and “0x00000228c2998c13 (Mono JIT Code) \[displayItems.cs:8] displayItems:.ctor ()” messages, so it seems that the Editor gets stuck on these elements
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
- “Asset X has no meta file, but it's in an immutable folder. The asset will be ignored.” errors are thrown when importing package with files not listed in package.json's "files" property
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
Resolution Note:
Contacted the Unity customer - a (small) bug is present in the projects code :)