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

UnityExplorer 4.0.8

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 28 May 08:31
· 436 commits to master since this release
  • 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 use LateUpdate 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.