This repository has been archived by the owner on May 9, 2023. It is now read-only.
UnityExplorer 4.0.8
- Added a
Time.timeScale
helper control to easily pause the game or change the time speed. - The internal reflection blacklist is now separate from the user blacklist. The name of the config setting has changed so that everyone's list will be reset. Also added some try/catching for loading the blacklist.
- Added a fallback for situations where UnityExplorer fails to add the
Camera.onPostRender
listener, it will now useLateUpdate
instead. - Fixed an exception when you inspect a
UnityEngine.Object
class with static reflection. - In IL2CPP,
WaitForFixedUpdate
yields will now work properly in coroutines started from REPL.