Search Issue Tracker
Fixed in 7.0.0 pre-2
Fixed in 6.0.4
Votes
0
Found in [Package]
6.0.0 pre-2
Issue ID
1321069
Regression
No
[2D][Animation] Sprite Resolver component not updated when new categories/labels are added into Sprite Library asset
[2D][Animation] Sprite Resolver component not updated when new categories/labels are added into Sprite Library asset (e.g. added a new category).
Repro steps:
1. Created a Sprite Library Asset and added a new category called "head" and populated with different variations.
2. Added a Sprite Library and Sprite Resolver component to my GameObject.
3. Opened up my Sprite Library Asset again. This time to add more categories e.g. "body" and again populated with different variations.
4. Went back to my GameObject and realised that my Sprite Resolver component didn't refresh. The dropdown only still showed "head" and I was expecting to see the newly added category "body" too.
5. Had to remove both the Sprite Library and Sprite Resolver component and re-added them to my GameObject in order to see my new categories with "head" and "body".
Expected result: Sprite Resolver component didn't refresh after updating Sprite Library asset
Actual result: Sprite Resolver component refreshes after updating Sprite Library asset
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
- Flickering orbs appear when using RenderTargetHandle
- UsePass for ShaderLabShader is ignored and GameObjects are not rendered when SRPBatcher is enabled
- Animated model translated down when interrupting a transition
- UI Toolkit text splits when changing PanelSettings scale
- Error "NullReferenceException" is thrown when selecting folders from the folder panel or closing the folder panel with EditorUtility.OpenFolderPanel() in use
Resolution Note (fix version 7.0.0 pre-2):
A fix for this issue is available in 2D Animation package 7.0.0 pre-2 and above on Unity 2022.1.0a2 and above