public StreamingAssetsLoader(Manifest manifest) { _manifest = new EmbeddedManifest(); _streamingAssetsPathRoot = Application.streamingAssetsPath + "/bundles/"; if (Application.platform != RuntimePlatform.Android) { _streamingAssetsPathRoot = "file://" + _streamingAssetsPathRoot; } }
public StreamingAssetsLoader() { _manifest = new EmbeddedManifest(); _streamingAssetsPathRoot = Utils.Helpers.GetStreamingAssetsPath(Manifest.EmbeddedBundlesBasePath); }