This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.7.12
⚠️ Release file changes ⚠️
- Added ILRepack back to the build process.
- Release files no longer include
mcs.dll
orTomlet.dll
. These files can be deleted from your UnityExplorer installation folder.
Changelog
- Added
+
and-
buttons to the GameObject inspector's Transform controls for precision adjustments, along with an input field to set the increment value for said buttons and the slider. - Implemented Control key modifier to the Home/End line jump in the C# Console (holding control will cause Home/End to jump to the start/end of the entire document).
In UniverseLib
- Fixed an issue with IL2CPP games that use the new
InputSystem
- Fixed certain IL2CPP
IEnumerable
andIDictionary
types failing to enumerate - Fixed a null reference that could occur in games which have no
EventSystem
- Fixed a null reference when attempting to parse invalid user input