This repository was archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 3.3.9
- Fixed an issue where the window position would move slightly on launch after setting it from the last saved position (could lead to it being moved slightly off screen, etc) (#52)
- Fixed an issue where some Types would throw an exception when checking if they're a float struct
- Cleaned up the project, refactored almost all of the
#if CPP
and#if MONO
directives into theCore.Runtime
namespaces.