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

UnityExplorer 4.7.12

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 30 Apr 10:59
· 33 commits to master since this release

⚠️ Release file changes ⚠️

  • Added ILRepack back to the build process.
  • Release files no longer include mcs.dll or Tomlet.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 and IDictionary 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