Search Issue Tracker
Active
Votes
0
Found in
2.8.1
Issue ID
UUM-134626
Regression
No
Addressables Groups are sorted indefinitely when the AddressableAssetSettings asset is displayed in the Inspector
How to reproduce:
1. Open the attached project “IN-132596”
2. Ensure that Visual Studio or JetBrains Rider is selected as the External Script Editor in the Preferences window
3. In the Project window, select the “Assets/AddressableAssetsData/AddressableAssetSettings“ asset
4. In the Inspector, open the “More Items” menu and select “Edit Script”
5. In the opened code editor, select “Attach to Unity”
6. In the Editor, select “Enable debugging for this session”
7. In the code editor, open the “Find” window and navigate to the “OnBeforeSerialize()” method
8. Add a breakpoint on the line containing “m_GroupAssets.Sort” inside of the “OnBeforeSerialize()” method
9. Focus on the Editor and wait for script compilation to finish
10. Ensure that the “Assets/AddressableAssetsData/AddressableAssetSettings“ asset is selected inside of the Project window
11. Observe the code editor while selecting the option to continue past the breakpoint
Actual result: Groups are sorted indefinitely while the AddressableAssetSettings is displayed in the Inspector
Expected result: Groups are only sorted when they have been modified
Reproducible with: 2.2.2 (6000.0.35f1), 2.8.1 (6000.5.0a7)
Reproducible on: Windows 11
Not reproducible on: No other environments tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment