GetStreamingAssetsPath() private static method

private static GetStreamingAssetsPath ( ) : string
return string
Exemplo n.º 1
0
 public static void SetSourceAssetBundleDirectory(string relativePath)
 {
     AssetBundleManager.BaseDownloadingURL = AssetBundleManager.GetStreamingAssetsPath() + relativePath;
 }