mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-21 16:00:32 +00:00
update file system
This commit is contained in:
@@ -41,7 +41,7 @@ namespace YooAsset
|
||||
#elif UNITY_STANDALONE
|
||||
return StringUtility.Format("file:///{0}", path);
|
||||
#elif UNITY_OPENHARMONY
|
||||
return path;
|
||||
return StringUtility.Format("file://{0}", path);
|
||||
#else
|
||||
return path;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user