Replies: 2 comments
-
Running Unity code from Python is outside the scope of this library. IronPython, which this library depends on, allows the execution of Python scripts in a .NET environment. It doesn't also work the other way around. If you do find a library that does this, please add a comment with a link to the repository in case others are looking for the same thing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like using pythonnet might be your best bet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for the awesome work! Could you please give me a demo on how to run the unity games inside a python ide, such as spyder or jupyter?
What I want to achieve is as following: let my python control program (a big program used for other purpose) adjust the object properties in unity. If we could just design and run a game from python ide directly, that's even cooler. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions