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

UnityExplorer 4.7.3

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 18 Apr 15:35
· 95 commits to master since this release

⚠️ If you have not yet updated to 4.7.0, please read about the important changes here.

Changelog

  • Added Freecam panel. Provides a basic universal free camera, mainly aimed at 3D (not 2D or orthographic) games. Can inspect the camera to adjust for 2D / ortho if you need for now.
  • Fixed panels not saving their size, position or active state between launches (introduced in previous version)
  • Added UniverseLib to the C# Console's default usings
  • Bumped UniverseLib to 1.3.5

In UniverseLib

  • Fixed an issue with Il2CppSystem.Array being returned as System [] arrays instead of Il2CppArrayBase<T>
  • Fixed enumerating certain List / Dictionary types in IL2CPP which derive from a class and don't implement IEnumerable / IDictionary themselves