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

UnityExplorer 3.2.8

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 25 Mar 07:47
· 726 commits to master since this release

A few improvements to the C# Console.

  • Errors in your code input are now logged properly.
  • Can now define classes, members, etc - no longer has to be an expression body. However you must pick one or the other - either define classes, or evaluate an expression, but not both at the same time.
  • Added StartCoroutine(IEnumerator routine) helper method to easily run a Coroutine
  • Disabling suggestions now properly stops Explorer trying to update suggestion cache instead of just not showing them. In the rare cases that suggestions cause a crash, disabling them will now prevent those crashes.
  • Various other misc improvements behind the scenes