修复异步中没有yield return的错误
This commit is contained in:
@@ -267,6 +267,7 @@ namespace Convention
|
||||
while (request.isDone == false)
|
||||
{
|
||||
progress(0.5f + request.progress * 0.5f);
|
||||
yield return null;
|
||||
}
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user