Releases: sinai-dev/UnityExplorer
Explorer 1.8.21
Changes
- Added a menu page for editing the Explorer Settings in-game, called "Options".
- Added a new setting for default Items per Page Limit (for all "Pages" in Explorer), default is 20.
Fixes
- Fixed a bug when editing a Text Field and the input string is null. Only affected Il2Cpp games, appeared in
1.8.1
. - Replaced a missing
TextAnchor
alignment for Mono games, which made labels appeared Centered when they should be Left.
Releases
There are 6 different builds of Explorer to accommodate for different Unity versions and Mod Loaders, use the one appropriate for you. If you're not sure, just try all of them and see which works best.
Note: BepInEx Il2Cpp build not yet confirmed working, but it might work in some games. It requires the experimental 6.0.0
version of BepInEx, which you can find in the BepInEx discord or on GitHub.
Explorer 1.8.2
Changes
- Added support for games which use the new
InputSystem
module and have disabled Legacy Input.
Releases
There are 6 different builds of Explorer to accommodate for different Unity versions and Mod Loaders, use the one appropriate for you. If you're not sure, just try all of them and see which works best.
Note: BepInEx Il2Cpp build not yet confirmed working, but it might work in some games. It requires the experimental 6.0.0
version of BepInEx, which you can find in the BepInEx discord or on GitHub.
Explorer 1.8.1
Changes
- More fixes for failed method unstripping (#18)
- Some cleanups from the 1.8.0 merge, and some refactoring.
Releases
There are 6 different builds of Explorer to accommodate for different Unity versions and Mod Loaders, use the one appropriate for you. If you're not sure, just try all of them and see which works best.
Note: BepInEx Il2Cpp build not yet confirmed working, but it might work in some games. It requires the experimental 6.0.0
version of BepInEx, which you can find in the BepInEx discord or on GitHub.
Explorer 1.8.0
Changes
- Project renamed to Explorer to reflect the new scope
- Merged
Mono
andIl2Cpp
projects - Merged BepInEx and MelonLoader projects
- Some minor changes to accommodate for this
- The release DLL and the config file now use "Explorer" in place of "CppExplorer" for file and folder names
Releases
There are 6 different builds of Explorer to accommodate for different Unity versions and Mod Loaders, use the one appropriate for you. If you're not sure, just try all of them and see which works best.
Note: BepInEx Il2Cpp build not yet confirmed working, but it might work in some games. It requires the experimental 6.0.0
version of BepInEx, which you can find in the BepInEx discord or on GitHub.
CppExplorer 1.7.5
Changes
- Added support for Enums with [Flags] attribute (can set each flag individually)
- Added support for easier bitwise operations on ints (or any primitive assignable to int), and viewing the int as binary. This is intended for things like
Camera.cullingMask
, etc. - Fixed an issue with Enums that contain duplicate values, for example
CameraClearFlags
(has duplicate values for 2).
edit: updated release to allow for inherited Flags attributes
CppExplorer 1.7.4
Changes
Reflection Inspector
- Add support for generic methods
- Add support for methods with ref/in/out args
- Improved non-generic dictionary output (
Hashtable
)
Syntax Highlighting
- Static class members are now displayed in Italics and in a darker color, making them easier to distinguish.
- Cleaned up some issues related to syntax highlighting and refactored it into a global class.
- Methods and properties no longer display their arguments as part of the member name, they are only displayed when "Evaluate" is pressed.
Bugfixes
- Fix for cases when structs return null (due to null declaring instance)
- Fixed a mistake with how
Color
values are applied from inspector.
CppExplorer 1.7.31
Changes
- Added support for Il2Cpp
Hashtable
(non-generic Dict) - Dictionaries should now display
CacheOther
values better (smaller buttons) - Cleaned up and improved some of
CacheDictionary
performance
CppExplorer 1.7.3
Changes
- Reverted some unstrip fixes from 1.7.2 because it was causing more problems than it solved (fixes VRChat and probably other games)
CppExplorer 1.7.2
Changes
- More unstrip fixes for
GUILayout
methods.
CppExplorer 1.7.1
Changes
Bugfixes
- Fix for
GUILayout.BeginArea
unstrip (#13) - Fix for games where
UnityEngine.SystemClock
was stripped (#14) - Fix for a crash when inspecting
Rigidbody2D
objects (#14)
GameObject Inspector
- Added a button to hide the "GameObject Controls" section
- Added a button which allows you to add Components to a GameObject