Search Issue Tracker
Fixed
Votes
0
Found in
2022.2.0b14
Issue ID
UUM-19098
Regression
Yes
Crash on PluginImporter::GetDllType() when opening project
Reproduction steps:
1. Open the user's attached project
Expected result: The project opens up
Actual result: The Editor crashes while the project is opening
Reproducible with: 2022.2.0b14
Not reproducible with: 2020.3.41f1, 2021.3.13f1, 2022.2.0b13, 2023.1.0a1, 2023.1.0a18
Reproducible on: macOS 12.5.1 (Intel)
Note:
The issue can be resolved by deleting the Library folder and allowing Unity to recreate it on launch. Because of this the project always launches normally after switching versions and it is not possible to check different versions than the one provided by the user.
Stacktrace:
#0 0x000001075754a4 in PluginImporter::GetDllType() const
#1 0x00000106d1b156 in XRBuildSystem::DiscoverAllPluginsImpl()
#2 0x000001068af208 in ScriptingInitializer::FinalizeReload()
#3 0x00000106952a24 in RefreshInternalV2(AssetDatabase::UpdateAssetOptions, ScanFilter const&, InternalRefreshFlagsV2)
#4 0x0000010692e865 in StopAssetImportingV2Internal(AssetDatabase::UpdateAssetOptions, InternalRefreshFlagsV2, ScanFilter const, char const)
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:
Fixed by another internal issue: UUM-18397: Random crashes in XRBuildSystem::DiscoverAllPluginsImpl on editor startup