Search Issue Tracker
Third Party Issue
Third Party Issue in 2022.3.X
Votes
0
Found in
2022.3.50f1
Issue ID
UUM-84613
Regression
Yes
[Win] Silent crash when clicking in Scene View in a specific project
Steps to reproduce:
1. Open the “user’s attached project”
2. Open the “Danzai Qadesh mafia remake” Scene
3. Click anywhere in Scene View
4. Observe the crash
Reproducible with versions: 2022.2.0b9, 2022.3.50f1, 2023.2.0a14
Not reproducible with versions: 6000.0.23f1, 6000.1.0a1
Fixed in versions: 2023.2.0a15
Couldn't test with versions: 2021.3.45f1, 2022.2.0b8 (due to compiler errors)
Reproducible on: macOS 14.6.1 (Intel), Windows 11 (by the reporter)
Not reproducible on: no other environment tested
Notes:
- All Consoler errors need to be cleared for the issue to reproduce
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
- Long Property names are not truncated in the Add Property dropdown in the Animation window when the Long Property name does not fit
- [iOS] High CPU load when device keyboard is open
- Selected Animation clip in the Animation window changes when the Domain Reload is triggered
- Animation window scrollbar keeps resetting when the scrollbar width is changed after adding an event
- LocalizationSettings.InitializationOperation hangs when re-entering Play Mode with Domain Reload disabled
Resolution Note:
Hi, thanks for reaching out to us for this problem. After investigating that bug with several persons and several OS, we came up with the following results.
The crash itself is not related to Unity but to a third party issue.
More precisely, some of the included packages are doing some multi-threading operation in an unsafe way at that's resulting in crashing the editor.
After several tests, I got the Editor to work properly by removing the following items:
- Modular Avatar (from the packages)
And the following dependencies from that package:
- Mantis LOD Editor - From the Assets
- AvatarMenuCreatorForMA - From Packages
- Avatar Parameters Driver - From Packages
Doing this fixed all of the errors in the console with the following message:
"Assertion failed on expression: CurrentThreadIsMainThread()" which was also causing the crash after some occurences.
Please contact the persons in charge of this package to fix that bug. We hope that this explanations help you in the process!
Have a good day.
Resolution Note (2022.3.X):
Hi, thanks for reaching out to us for this problem. After investigating that bug with several persons and several OS, we came up with the following results.
The crash itself is not related to Unity but to a third party issue.
More precisely, some of the included packages are doing some multi-threading operation in an unsafe way at that's resulting in crashing the editor.
After several tests, I got the Editor to work properly by removing the following items:
- Modular Avatar (from the packages)
And the following dependencies from that package:
- Mantis LOD Editor - From the Assets
- AvatarMenuCreatorForMA - From Packages
- Avatar Parameters Driver - From Packages
Doing this fixed all of the errors in the console with the following message:
"Assertion failed on expression: CurrentThreadIsMainThread()" which was also causing the crash after some occurences.
Please contact the persons in charge of this package to fix that bug. We hope that this explanations help you in the process!
Have a good day.