DontDestroyOnLoad() assetbundle

Hi,

I called a DontDestroyOnLoad() on an assetbundle and load a new scene. How can I access the bundle ?

1 Answer

1

If you called DontDestroyOnLoad() on your assetBundle object, your object should not be destroyed on loading new level, so you can access it by GameObject.Find() function.