ui基本完毕,修了一大把的bug
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
using System;
|
||||
// NOTE: Windows-only. Uses user32.dll P/Invoke, which does not compile on Android.
|
||||
// Wrapped in UNITY_STANDALONE_WIN so the Windows build/logic is unchanged while
|
||||
// Android simply compiles this class out.
|
||||
#if UNITY_STANDALONE_WIN
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.InteropServices;
|
||||
using UnityEngine;
|
||||
@@ -268,3 +272,4 @@ public static class WebViewWin32
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user