1
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Threading;
|
||||
#if UNITY_5_3_OR_NEWER
|
||||
#if UNITY_5_3_OR_NEWER && UNITY_WINDOW
|
||||
using AnotherFileBrowser.Windows;
|
||||
#endif
|
||||
using BITKit.Mod;
|
||||
@@ -143,7 +143,7 @@ namespace BITKit.UX
|
||||
return;
|
||||
void OpenModInternal()
|
||||
{
|
||||
#if UNITY_5_3_OR_NEWER
|
||||
#if UNITY_5_3_OR_NEWER && UNITY_WINDOW
|
||||
BIT4Log.Log<UXModService>("已进入文件对话框线程");
|
||||
new FileBrowser().OpenFileBrowser(new BrowserProperties()
|
||||
{
|
||||
|
Reference in New Issue
Block a user