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.
ManlyMarco
2019-09-03 22:25:46 +0000 UTCRoboMike64
2019-09-03 14:38:35 +0000 UTC