update operation logic

This commit is contained in:
何冠峰
2024-07-07 16:01:55 +08:00
parent 25231ecd32
commit 260867b588
46 changed files with 525 additions and 678 deletions

View File

@@ -43,7 +43,7 @@ namespace YooAsset
#elif UNITY_OPENHARMONY
return StringUtility.Format("file://{0}", path);
#else
return path;
throw new System.NotImplementedException();
#endif
}
}