BetterStreamingAssets
BetterStreamingAssets copied to clipboard
A plugin for Unity that lets you access Streaming Assets directly on Android.
The unity API Application.dataPath return the splited apk filename like this: /data/app/~~3CG-FFhALRftRfz3SRlP5w==/com.xxx.xxx.android-_teRGWyYbrKiCvOn6kdK4g==/split_UnityDataAssetPack.config.other_countries.apk。 so the GetStreamingAssetsInfoFromJar function gathering the files in the splited apk files, the master asset file is not...
WebGL?
This does not work in webgl for me. FileNotFoundException: File not found at BetterStreamingAssets.ThrowFileNotFound (System.String path) [0x00000] in :0 Was it supposed to work in webgl? Also - can you...
hi there, i'm facing to an error in apk build. i'm not sure if i'm missing nomething but i have this thrown by the plugin p.s. i downloaded it form...
` DirectoryNotFoundException: Attempted to access a path that is not on the disk. BetterStreamingAssets+ApkImpl.GetFiles (System.String path, System.String searchPattern, System.IO.SearchOption searchOption) (at :0) Laucher.Laucher+d__6.MoveNext () (at :0) UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr...