All Projects → AlexLemminG → Python-To-Unity-Integration

AlexLemminG / Python-To-Unity-Integration

Licence: MIT License
Python integration to unity

Programming Languages

C#
18002 projects
python
139335 projects - #7 most used programming language
ShaderLab
938 projects
HLSL
714 projects

PythonToUnity Integration

Provides ability to use python scripts in unity.

PythonBehaviour

PythonBehaviour can be used as an alternative to C# MonoBehavoiur. They can be used to make your game moddable, make maps more interactive, easily customize builded game, make small handy development scripts, do fast prototypes and more.

PythonConsole

PythonConsole is drag-and-drop prefab which can make your development much easier. It can do basically anything C# scripts can do. Call any public methods on any objects, evaluate expressions, create and destroy objects, anything! And all this can be done even in build. Use it to debug your game when needed, test features without need to create ui elements for every single one or as a cheat code for any action you want.

Things still need to be done

  • use classes for behaviour .py scripts
  • autocompletion for console
  • import all assemblies by default in console
  • security stuff for both console and behaviour
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].