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
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
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.