Skip to content

Runtime Unity Editor v2.0

Compare
Choose a tag to compare
@ManlyMarco ManlyMarco released this 12 Feb 15:48
· 201 commits to master since this release

preview

Changelog

  • Fixed BepInEx5 version targetting .Net 4.6
  • Fixed build process

Object Browser

  • Added component search box
  • Changed scene object browser title

REPL

  • Added ability to turn off REPL window
  • When clicking on a REPL suggestion return focus to the text box
  • Fixed error when trying to read empty history
  • Fixed REPL window sometimes still showing even though REPL is not supported
  • Fixed up/down in multiline box reading history instead of moving cursor

Inspector

  • Added editing of Enum, Color, Vector2/3/4 and Quaternion types in inspector
  • Added tabs to inspector (right click to open in new tab and to close tabs)
  • Fixed editing contents of a struct in inspector not changing the original struct
  • Refactoring of inspector code, updated API to support tabs