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

UnityExplorer 3.0.4

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 23 Nov 07:29
· 796 commits to master since this release
  • UI Mouse Inspect: You can now inspect UI objects with Mouse Inspect. There is a separate button for UI inspect and World inspect.
  • To improve performance and prevent unnecessary work, strings are now concatenated to a single line by default. Press the button to expand and see the full length, selectable text field. Additionally, the label will now say empty or null to give better feedback about the state of the string.
  • The IL2CPP builds are now compiled using references from a blank Unity project. This should mean unstripping should not really be a problem in any game, assuming that your mod loader unstrips the Unity assemblies for your game's version.
  • Fixed a minor issue where Interactive Unity Structs (Vector/Rect/Color) would close the sub-content if you update values while it is open.