I have a scene that an addressable that i am remote loading from aws. Now inside the scene theres some script referening a prefab( not an addressable) but when we load the scene in from the serve the prefab referemce is missing from the script
Hi @Lilcolombian ! Interesting the prefab should be getting packed into an AssetBundle along with the addressable scene. When you run the Bundle Layout Preview analyze rule, is the prefab listed as an Implicit asset?
https://docs.unity3d.com/Packages/com.unity.addressables@1.20/manual/AnalyzeTool.html#unfixable-rules
For example I’ve made SampleAddrScene.unity addressable and it contains a reference to the non-addressable Cube.prefab. The prefab is listed in the Addressables Analyze window as an Implicit asset.