I create a scene, put my assets in a bundle. Upload to server. Now Loading from Cache:
Why do we need to name each asset in the bundle as a separate float to re-instantiate it-as per “Manual” script topic AssetBundles. Is there an automated script which lets the “Scene” take care of instantiating where it needs? If you have lots of assets in the bundle-too hard work.
And this bundle should only be loaded from cache once, but putting this script on all the items to name the asset name, will load the bundle each instance of the script??? (Sorry for newbiness.)