Skip to content

Runtime Unity Editor v1.7

Compare
Choose a tag to compare
@ManlyMarco ManlyMarco released this 02 Sep 22:52
· 259 commits to master since this release

Changelog

  • Added ability to press enter in scene object search box to search scene
  • Added ability to run user's code on every startup (autostart file, new button in REPL window, needs REPL)
  • Added echo and message commands to REPL to display text in REPL log and BepInEx log respectively
  • Added search box to inspector
  • All components now have "Open in browser" inspector entry
  • Lazy load namespace list to fix namespaces of late-loaded assemblies missing
  • Fixed buggy detection of enter key presses in inspector
  • Fixed not detecting any types in an assembly if any of the types failed loading, improves multiple features
  • Fixed scene object search not working on inactive or inactiveInHierarchy GameObjects and their Components