GetStreamingAssetsPath() 개인적인 정적인 메소드

private static GetStreamingAssetsPath ( ) : string
리턴 string
예제 #1
0
 public static void SetSourceAssetBundleDirectory(string relativePath)
 {
     AssetBundleManager.BaseDownloadingURL = AssetBundleManager.GetStreamingAssetsPath() + relativePath;
 }