This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.2.0
- Changed patching to be loader-agnostic, for this reason MelonLoader 0.3 and earlier is no longer supported going forward as it uses Harmony 1.2, removed legacy ML builds.
- Added a patch to
EventSystem.SetSelectedGameObject
to prevent games stealing control away from UnityExplorer while it's open. - Updated the UI bundles to include the
Arial
font, this should fix the issue on platforms which don't have the font installed for whatever reason. - The "modern" UI bundle is now built with
2017.1
instead of2017.3
. - The number parsing methods now use whitespace as the split character instead of commas. So instead of a Vector3 being written as
0.0, 1.0, 2.0
it will now be0.0 1.0 2.0
. - Number formatting now uses
CurrentCulture
everywhere. If your language uses,
or other characters as decimal separators, this will now be used in UnityExplorer as well. - Bumped Unhollower and HarmonyX versions.