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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
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.