This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.1.7
- Fixed issue in Unity 2021+ games (
InputField.onEndEdit
changed return types) - Line numbers in the C# console now update when the panel is resized (instead of needing to scroll or change input to refresh them)
- Fixed issue where ScrollPools would fail to initialize properly in some games (
WaitForEndOfFrame
may not always get called, no longer using it) - Fixed some issues with IL2CPP boxing (making sure to cast to the desired type and not just Il2CppSystem.Object)
- Fixed IL2CPP nullable enums not working properly