A free lightweight app that lets you quickly test out Unity runtime features. And because it’s built with OneJS, you’ll have the full power of Typescript, (P)React, and Live Reload at your fingertips.
The Console (headless) version tailors to coders. An UI version is in-the-works that will bring node-based texture and mesh authoring. If you are interested in what's to come, please follow @Singtaa.
v230225b (Win 48MB)Download the Zip file and extract the content anywhere you wish.
VanillaBox Console.exe
. First time running this will also generate the Scripts
folder in the same directory.Scripts
folder in VSCode, and make sure tsc
is running/watching (Ctrl+Shift+B
or Cmd+Shift+B
and choose tsc: watch - tsconfig.json
)Addons
folder and test away!entry.ts(x)
file under Addons
will be live-loaded by VanillaBox Console.clean
Destroy all user-created GameObjects in the scene.clear
Clears the Console logs.cwd
Outputs the current working directory.load FILE
Load the specified .js file.ls DIR
List contents in the specified directory.reload FILE?
Reload everything. If a file path is provided, change entry file to that.register()
function from "console/cmd"
. See cmds from ./Modules/console/cmds/
for examples.