This repository has been archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.7.3
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
to1.3.5
In UniverseLib
- Fixed an issue with
Il2CppSystem.Array
being returned as System[]
arrays instead ofIl2CppArrayBase<T>
- Fixed enumerating certain List / Dictionary types in IL2CPP which derive from a class and don't implement
IEnumerable
/IDictionary
themselves