Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.19.19
Issue ID
ADDR-2606
Regression
No
Addressables does not remove duplicated assets when their reference is added to other group .asset with a file editor
How to reproduce:
1. Open the user’s attached “TestUnity.zip” project
2. Window > Asset Management > Addressables > Groups
3. Expand "Default Local Group (Default)" and "Test" groups
4. Move the Sphere.prefab from "Default Local Group (Default)" to the "Test" addressables group
5. Exit the Unity Editor
6. In the Default Local Group.asset file (with VS Code or other editor), add the Sphere.prefab reference from the Test.asset file into the Default Local Group.asset file
7. Open the Unity Editor
8. Window > Asset Management > Addressables > Groups
Expected result: Sphere.prefab is present in only one group
Actual result: Duplicated Sphere.prefab is present in both groups
Reproducible with: 1.1.5, 1.19.19 (2019.4.36f1, 2020.3.31f1, 2021.2.15f1, 2022.1.0b11, 2022.2.0a7)
Workaround: Assets > Reimport All, after this is done the duplicated item will be removed
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
- Existing assets' references are lost when pasting in copied sub-assets
- Dragging and dropping a system that contains event context to create nested VFX crashes the editor
- TextMeshPro UV2 custom data not rendering for off-screen text with RectMask2D in Unity 6
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
Resolution Note:
There are safe guards in place in Addressables UI to fix this. If files are directly edited to create invalid data, then Addressables cannot automatically fix that. This can happen if someone commits partial changes to source control.