📄️ Installation
Godot Sandbox is a sandbox plugin written for Godot. If you want to share code between clients or make modding safe for your game, this is the plugin for you! Get started by installing the plugin.
📄️ C++ Code Compilation
The Sandbox can run C++ code inside it in isolation, but first you need to build the C++ code.
📄️ Rust Code Compilation
The Sandbox can run Rust code inside it in isolation, but first you need to build Rust source code.
📄️ Sandbox
In order to run your code in isolation, you need to create a Sandbox node first.