Scene to Addressable duplicate dependencies

Hi,

I made all the prefabs I needed in my game “addressable” to reduce loading times. The problem is that when I analyze it turns out that all my prefabs are also in the initial scene, but I can’t find any dependences in that scene.
What can i do? Thanks

Hey @redeev assuming the Analyze tool is reporting the correct information there’s not really a good solution I can offer to help. You could always make your initial scene Addressable and load it using some kind of basic bootstrap scene.

That said, it’s possible Analyze isn’t working correctly. I have just recently fixed a bug with this rule but the issue was that implicit dependencies for Addressable bundles weren’t getting detected along with the scene dependencies. I’d have to examine your Addressables setup and your Menu scene to know for sure though.

1 Like