ui基本完毕,修了一大把的bug
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
using System.Diagnostics;
|
||||
// NOTE: Windows-only. Launches an external Flutter .exe via Process.Start and
|
||||
// controls its native window. Wrapped in UNITY_STANDALONE_WIN so the Windows
|
||||
// build/logic is unchanged while Android compiles this class out.
|
||||
#if UNITY_STANDALONE_WIN
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using UnityEngine;
|
||||
using System;
|
||||
@@ -713,3 +717,4 @@ public class WebViewLauncher : MonoBehaviour
|
||||
WebViewReady?.Invoke();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user