mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-06 01:23:31 +08:00
Move RuntimeProvider.Init to after config is loaded
This commit is contained in:
parent
5e326916a2
commit
594abc47f8
@ -17,7 +17,7 @@ namespace UnityExplorer
|
||||
public class ExplorerCore
|
||||
{
|
||||
public const string NAME = "UnityExplorer";
|
||||
public const string VERSION = "3.2.7";
|
||||
public const string VERSION = "3.2.8";
|
||||
public const string AUTHOR = "Sinai";
|
||||
public const string GUID = "com.sinai.unityexplorer";
|
||||
|
||||
@ -44,13 +44,13 @@ namespace UnityExplorer
|
||||
|
||||
Instance = this;
|
||||
|
||||
RuntimeProvider.Init();
|
||||
|
||||
if (!Directory.Exists(EXPLORER_FOLDER))
|
||||
Directory.CreateDirectory(EXPLORER_FOLDER);
|
||||
|
||||
ExplorerConfig.OnLoad();
|
||||
|
||||
RuntimeProvider.Init();
|
||||
|
||||
InputManager.Init();
|
||||
|
||||
CursorUnlocker.Init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user