This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 3.0.4
- 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 sayempty
ornull
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.