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
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
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