Search Issue Tracker
Active
Under Consideration for 6000.3.X, 6000.4.X
Votes
0
Found in
6000.0.49f1
6000.1.0b2
6000.1.4f1
6000.2.1f1
6000.3.0a5
6000.4.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
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
- Out of memory crash when selecting more than 80000 Assets simultaneously
- UI Toolkit Button text is not rendered when the Button has fixed height with specific Icon font
Add comment