Runtime Unity Editor v1.7 (Patreon)
Published:
2019-09-02 23:14:49
Imported:
2026-06
haven't archived this post yet. have a subscription? use the importer!
Content
This release focuses on usability improvements. I've added search box (Filter) to the inspector and improved the search box in object viewer.
You can now make the editor run arbitrary C# code on every app start. Press F12 to open the editor, and press "Autostart" button in the REPL window. Commands in the opened file will be executed as if you typed them into the REPL input box.
An example use of this is changing the graphics settings. You can for example add Application.runInBackground = false; to the autostart file (in a new line) to have the application stop when it isn't the currently selected window.
Download and view full changelog
Files
Previews only