- Wrote the CacheObject class to replace MemberInfoHolder, resulting code is better perfomance and much easier to read.
- Added pages to Object Reflection window, now limited to 20 members per page to improve performance further.
This commit is contained in:
sinaioutlander
2020-08-22 00:16:05 +10:00
parent 3d2bc7cd4b
commit b264151c46
18 changed files with 910 additions and 703 deletions

View File

@ -12,10 +12,10 @@ namespace Explorer
// consts
public const string ID = "com.sinai.cppexplorer";
public const string VERSION = "1.3.5";
public const string VERSION = "1.4.0";
public const string AUTHOR = "Sinai";
public const string NAME = "IL2CPP Runtime Explorer"
public const string NAME = "CppExplorer"
#if Release_Unity2018
+ " (Unity 2018)"
#endif