3.1.11: fix potential crash on scene reload

This commit is contained in:
Sinai
2021-03-03 22:09:14 +11:00
parent 2c95fec646
commit 995e2a3e93
3 changed files with 48 additions and 69 deletions

View File

@ -15,7 +15,7 @@ namespace UnityExplorer
public class ExplorerCore
{
public const string NAME = "UnityExplorer";
public const string VERSION = "3.1.10";
public const string VERSION = "3.1.11";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.unityexplorer";