a few small fixes

* Fix InteractiveFlags toggles not being properly updated
* Fix cases where games that don't have Reflection.Emit would still have the C# Console available. Also added a "(disabled)" message to the tab button.
This commit is contained in:
Sinai
2021-04-06 01:01:46 +10:00
parent c748be7bcc
commit c2d9b9b59e
6 changed files with 12 additions and 9 deletions

View File

@ -13,7 +13,7 @@ namespace UnityExplorer
public class ExplorerCore
{
public const string NAME = "UnityExplorer";
public const string VERSION = "3.3.7";
public const string VERSION = "3.3.8";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.unityexplorer";
@ -48,7 +48,7 @@ namespace UnityExplorer
Log($"{NAME} {VERSION} initialized.");
// InspectorManager.Instance.Inspect(typeof(TestClass));
//InspectorManager.Instance.Inspect(typeof(TestClass));
}
public static void Update()