CatAsset icon indicating copy to clipboard operation
CatAsset copied to clipboard

Unity资源管理框架

Results 1 CatAsset issues
Sort by recently updated
recently updated
newest added

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