Unity Issue Tracker - All references to Sprite Atlas and AssetReferenceAtlasedSprite are removed when migrating Sprite Atlas Mode from V1 to V2
Closed
UUM-100216
All references to Sprite Atlas and AssetReferenceAtlasedSprite are removed when migrating Sprite Atlas Mode from V1 to V2
Unity: 2D
Won't Fix
6.2.X
6.1.X
6.0.X
2022.3.X
Since the meta file are re-generated during the upgrade guid will change and hence any external reference will be affected. This requires manually updating the SpriteAtlas references.
Reproduction steps:
1. Open the attached “IN-97231.zip” project
2. Open the “SampleScene”
3. Select the “GameObject” from the Hierarchy
4. Observe Sprite Atlas references in the Inspector
5. Go to Project Settings > Editor > Sprite Atlas
6. Change the Mode from “Sprite Atlas V1” to “Sprite Atlas V2 - Enabled”
7. Observe the “GameObject” references again
Expected result: Sprite Atlas and AssetReferenceAtlasedSprite references remain
Actual results: Both references are missing