Is there an official/unofficial way to program Unity scripts in python?
python, python-3.x, unity-game-engine
Solution
Yes, there is a way to use Python, although it is unofficial. See here.
Problem
I'd really prefer to use python, but Unity only supports C#, UnityScript (similar to JavaScript) and Boo. Is there an official way to use python (ideally 3.x) instead, or an unofficial patch?