*** SPECIAL EARLY ADOPTER PRICING, will go up to $95 ***
Sandbox is a run-time C# scripting engine for Unity based on the Mono Evaluator class.
The Sandbox itself provides a convenient environment for compiling and managing sandboxed C# scripts at runtime.
On top of the Sandbox, a DynamicMonobehaviour system is provided that integrates sandboxed code with the rest of the Unity scripting environment in a convenient and familiar fashion.
In addition to the scripts and documentation, the package includes a sample mini-game that uses run-time compiled and re-compiled scripts to drive tanks around a battlefield. There are two sample tank scripts: the first drives a tank using user input. The second is a very simplistic AI.