Search Issue Tracker
By Design
Votes
0
Found in
2020.1.0a1
2020.2.0a19
Issue ID
1265624
Regression
No
[2D][Sprite Atlas] Sprite Atlas assets are unable to upgrade
[2D][Sprite Atlas] Sprite Atlas assets are unable to upgrade.
On changing Sprite packer mode from "Sprite Atlas V2 (Experimental)" to "Sprite Atlas V1-Always Enabled " Sprite Atlas assets are unable to upgrade its file type in breadcrumb bar in the project window.
Repro steps:
1. Create a New Project with 2D template.
2. In Editor Settings, set sprite packer mode to "Sprite Atlas V2 (Experimental)"
3. Create new sprite atlas.
4. In Project window observe the name of sprite atlas asset in the breadcrumb bar(.spriteatlasv2)
5. In Editor Settings, set sprite packer mode to "Sprite Atlas V1-Always Enabled "
6. Observe the existing sprite atlas do not upgrade to .spriteatlas
Expected result: Sprite Atlas should upgrade and use .spriteatlas file type
Actual result: Sprite Atlas still have .spriteAtlasv2 file type
Reproducible on:
2020.2.0a19, 2020.1.0f1
Note: Sprite Atlas V2 packer mode is implemented in 2020.1.0a1
Environment:
Windows 10 and Mac 10.15
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
- “Frame Debugger On” text color not maintained across different Editor Themes in toolbar
- Rendering artefacts appear in the Game view window when maximizing/minimizing Inspector window and Frame Debugger is Enabled
- [MacOS] AdvancedDropdown in the Profiler is not scrollable even when not all options in the list are visible
- Memory leak when a lot of Particle Systems instantiated while Profiler is open
- "ArgumentOutOfRangeException" error is thrown when trying to delete letters from an RTL TextField when using the Advanced Text Generator
Resolution Note:
Sprite atlases converted to v2 are incompatible with v1, and cannot be converted back. Users are recommended to make a backup of your v1 Sprite Atlases before you enable Sprite Atlas v2
Refer to the documentation for more info: https://docs.unity3d.com/2020.2/Documentation/Manual/SpriteAtlasExperimental.html