Hi I’m using unity 5 to generate AssetBundles. The Editor will generate files like AssetBundles, AssetBundles.manifest, myasset ,and myasset.manifest. Notice that the .unity3d file is no longer available… I’m working on Macbook Pro.
So what I did is upload all these files to OneDrive, make it public, and get the URL link.
When I download it by using WWW, I get the message of
NullReferenceException: Object reference not set to an instance of an object
What is the file that I need to download? The folder that contains all the assetBundles files? All just point to the AssetBundles? or the myasset file?
Please help. Thank you.