mirror of https://github.com/tuyoogame/YooAsset
update extension sample
parent
cab710493e
commit
f9d40987eb
|
@ -60,10 +60,9 @@ internal class WXFSLoadBundleOperation : FSLoadBundleOperation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
internal override void InternalWaitForAsyncComplete()
|
||||||
public override void WaitForAsyncComplete()
|
|
||||||
{
|
{
|
||||||
if (IsDone == false)
|
if (_steps != ESteps.Done)
|
||||||
{
|
{
|
||||||
_steps = ESteps.Done;
|
_steps = ESteps.Done;
|
||||||
Status = EOperationStatus.Failed;
|
Status = EOperationStatus.Failed;
|
||||||
|
|
|
@ -30,17 +30,6 @@ internal class WechatFileSystem : IFileSystem
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string PackageName { private set; get; }
|
public string PackageName { private set; get; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 文件访问权限
|
|
||||||
/// </summary>
|
|
||||||
public EFileAccess FileSystemAccess
|
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
return EFileAccess.ReadWrite;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 文件根目录
|
/// 文件根目录
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in New Issue