i have created 3 cubes in a prefab and build my addressable and putted it on cloud (CCD), now in the same prefab i have deleted 1 cube and now prefab contains only 2 cubes locally. if i instantiate the prefab using addressable code how many cubes should i get?
I am not sure whether its downloading from CCD or not because when I am instantiating 2 cubes are only coming which is present locally
Here is my code in ‘assetreference’ I am putting my cubes prefab. First I am clearing the cache and instantiating the prefab. And yes I can see my bucket and whenever i click ‘Build to CCD’ a new release in my bucket is creating and I am promoting it to my production environment
Note - in the code I am clearning cache and started instantiating such that no cache will be there before instantiating
