Skip to content

karolwieczorek/Unity_PythonConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Unity_PythonConsole

About

It's simple python console based on IronPython.net You can pretty much execute any command, method, change variables, create objects all in play mode

I've build it on top of https://github.com/exodrifter/unity-python

Gif

UnityPythonConsoleYT

Usage and examples

https://karolwieczorek.github.io/Projects/PythonConsole/help

Running

Required Unity 2017.2 It could work on older Unity versions but it wasn't tested

To test in editor just open scene

Assets/Scenes/main.unity 

and hit play.

Builds:

It was tested on Windows build, WebGL is not working as far as I know other platforms not tested yet