GetStreamingAssetsPath() private static method

private static GetStreamingAssetsPath ( ) : string
return string
コード例 #1
0
ファイル: AssetBundleManager.cs プロジェクト: K07H/The-Forest
 public static void SetSourceAssetBundleDirectory(string relativePath)
 {
     AssetBundleManager.BaseDownloadingURL = AssetBundleManager.GetStreamingAssetsPath() + relativePath;
 }