Update project version to 2019.4.5f1

This commit is contained in:
neuecc
2020-07-30 07:01:29 +09:00
parent 547b700ba7
commit 44af123b6c
3 changed files with 51 additions and 2 deletions

View File

@@ -133,6 +133,7 @@ public class SandboxMain : MonoBehaviour
UniTaskCompletionSource ucs;
async UniTask<int> FooAsync()
{
// use F10, will crash.
var loop = int.Parse("9");
await UniTask.DelayFrame(loop);
@@ -190,6 +191,9 @@ public class SandboxMain : MonoBehaviour
async UniTask RunStandardDelayAsync()
{
UnityEngine.Debug.Log("DEB");
await UniTask.DelayFrame(30);
@@ -219,6 +223,11 @@ public class SandboxMain : MonoBehaviour
async UniTaskVoid Update2()
{
UnityEngine.Debug.Log("async linq!");

View File

@@ -1,2 +1,2 @@
m_EditorVersion: 2019.3.9f1
m_EditorVersionWithRevision: 2019.3.9f1 (e6e740a1c473)
m_EditorVersion: 2019.4.5f1
m_EditorVersionWithRevision: 2019.4.5f1 (81610f64359c)