In-game inspector, editor and interactive console for Oxygen Not Included.
Based on the Runtime Unity Editor project.
- GameObject and component browser
- Object inspector that allows modifying values of objects in real time
REPL C# consoleNot upgraded for .NET 4.7.1 yet
- Get Visual Studio 2019 (recommended) or the latest version of Visual Studio 2017.
- Clone the repository.
- Open the solution in Visual Studio and build the
RuntimeUnityEditor.Core
andRuntimeUnityEditor.ONI
projects.
Notes:
- You have to reconnect the references to the Oxygen Not Included "Managed" folder.
- After installing the mod, copy the
mod.yaml
andmod_info.yaml
files to the mod folder.