TintFong1104
Results
1
issues of
TintFong1104
public static void CheckPackageManifest(Action callback) { if (RunMode != RunMode.PackageOnly) { Debug.LogError("PackageOnly模式下才能调用CheckPackageManifest"); return; } string path = "file://" + Util.GetReadOnlyPath(Util.ManifestFileName); ...