This plugin adds an interactive Python interpreter (based on IronPython) to Unity. It allows you to run commands outside of the normal MonoBehavior context. Whether you want to try out a mathematical formula, create a bunch of GameObjects methodologically or just execute code that needs to be ran once, this is the plugin for you.
It also allows you to enable modding for your game by dynamically executing Python code during runtime. You will be able to load textual Python files
and run them during runtime! .Net 2.0 API compatibility required.