InstallStreamingAssets() static private method

static private InstallStreamingAssets ( string stagingAreaDataPath ) : void
stagingAreaDataPath string
return void
示例#1
0
 internal static void InstallStreamingAssets(string stagingAreaDataPath)
 {
     PostprocessBuildPlayer.InstallStreamingAssets(stagingAreaDataPath, null);
 }