Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.2.21f1
Issue ID
UUM-48291
Regression
Yes
Sprite Atlas V2 atlas asset settings are not preserved when upgrading from Unity 2021.3
How to reproduce:
1. Download and open the attached project with Unity 2021.3
2. Go to Assets > Atlas > Atlas.spriteatlasv2
3. Observe that the Filter mode in the Inspector window is set to "Point"
4. Close and reopen the project with a newer Unity stream
5. Go to Assets > Atlas > Atlas.spriteatlasv2
Expected outcome: The Filter mode is set to "Point"
Actual outcome: The Filter mode is set to "Bilinear"
Reproduced with: 2022.2.0a1, 2022.2.21f1, 2022.3.9f1, 2023.1.12f1, 2023.2.ob8, 2023.3.0a4
Not reproducible with: 2021.3
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
I believe SpriteAtlas V2 was in Experimental state in 2021.3 and there had been changes in the way Settings are stored in recent versions. Experimental versions may go through changes and to better integrate settings for SpriteAtlas they were moved to ImporterSettings.
However you can use the enclosed script to migrate the most commonly used settings from 21.3 to 22.3
Let us know if this helps.