Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.0.49f1
6000.1.0b2
6000.1.4f1
6000.2.1f1
6000.3.0a5
6000.4.0a1
6000.5.0a1
Issue ID
UUM-107764
Regression
No
Crash on SortByExecutionOrder when interrupting the .androidpack import process
Steps to reproduce:
1. Open the “user’s attached project”
2. Make sure Auto Refresh is Enabled in “Edit/Preferences…/Asset Pipeline”
3. Open the {{CustomAndroidAssetPackImporter.cs}} script
4. Go back to the Editor and select the "Assets/Volcaps.androidpack" Asset through the Project window
5. Go back to the script and at line 5 replace the "androidpack" extension with "assetpack"
6. Save the script and go back to the Editor
7. Observe crash
Reproducible with versions: 6000.0.49f1, 6000.1.4f1, 6000.2.1f1, 6000.3.0a5
Couldn’t test with versions: 2021.3.52f1, 2022.1.0b1, 2022.3.62f1 (due to compiler errors)
Reproducible on: Windows 10
Not reproducible on: macOS 15.3.2 (M1 Max)
First few lines of StackTrace:
{noformat}
0x00007FFA46F0CBDC (Unity) SortByExecutionOrder
0x00007FFA46EFA786 (Unity) std::_Buffered_merge_sort_unchecked<SavedObject * __ptr64,bool (__cdecl)(SavedObject const & __ptr64,SavedObject const & __ptr64)>
0x00007FFA46EFBB09 (Unity) std::_Stable_sort_unchecked<SavedObject __ptr64,bool (__cdecl)(SavedObject const & __ptr64,SavedObject const & __ptr64)>
0x00007FFA46EFC6D6 (Unity) std::stable_sort<SavedObject __ptr64,bool (__cdecl*)(SavedObject const & __ptr64,SavedObject const & __ptr64)>
0x00007FFA46F04071 (Unity) MonoManager::FinalizeReload{noformat}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment