GetStreamingAssetsPath() приватный статический Метод

private static GetStreamingAssetsPath ( ) : string
Результат string
Пример #1
0
 public static void SetSourceAssetBundleDirectory(string relativePath)
 {
     AssetBundleManager.BaseDownloadingURL = AssetBundleManager.GetStreamingAssetsPath() + relativePath;
 }