Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

UnityExplorer 4.1.7

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 22 Jun 09:53
· 372 commits to master since this release
  • 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