mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-25 10:11:51 +00:00
update package system
1. 移除了HostPlayModeParameters.DefaultHostServer字段 2. 移除了HostPlayModeParameters.FallbackHostServer字段 3. 新增了HostPlayModeParameters.RemoteServices字段
This commit is contained in:
@@ -73,9 +73,7 @@ namespace YooAsset
|
||||
if (IsValidWithWarning == false)
|
||||
return null;
|
||||
string filePath = Provider.RawFilePath;
|
||||
if (File.Exists(filePath) == false)
|
||||
return null;
|
||||
return File.ReadAllBytes(filePath);
|
||||
return FileUtility.ReadAllBytes(filePath);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user