Unity-Technologies / Addressables-Sample

Demo project using Addressables package
1.32k stars 299 forks source link

Duplicate Bundle Dependencies #30

Open driftboat opened 4 years ago

driftboat commented 4 years ago

image When I use UGUI.Image components, I got the duplicate bundle dependencies warning?

kirstenpilla commented 2 years ago

Hi @driftboat if the issue is still reproducible in the latest package version, I would recommend submitting a bug through the regular submission process https://unity3d.com/unity/qa/bug-reporting

It seems like there are two bundles referencing the same sprites, causing the duplicate dependencies to be flagged. If the bundles aren't actually referencing the same sprites but the dependencies are still being flagged as duplicates, then this may be a bug.