hi,
if i want to make scene as addressables asset,
then in build setting i still include the scene
then initial app size still big right because the scene asset still included in the building process,
since we need to include the scene in the build setting list,
so how to make the scene asset as addressables then download it on runtime
Simple, remove the scene from your build settings. Make a small Init scene that is built in, then have a script in there that loads the next scene from Addressables.
ok noted, thanks sir