pocketpy/docs/unity/introduction.md
blueloveTH ebffd6fc5e ...
2023-06-22 18:52:29 +08:00

628 B

label icon order
Introduction dot 30

Welcome to PocketPyUnity

PocketPyUnity is a C# plugin that allows you to do Python scripting in Unity. It provides a sandboxed Python environment, adding dynamic capabilities to your game, which can be used for dynamic game logic, modding, hot fixing, and more.

The virtual machine is written in pure C#, which means you can fully control the internal state of the Python interpreter.

!!! PocketPyUnity is designed for game scripting, not for scientific computing. You cannot use it to run NumPy, OpenCV, or any other CPython extension modules. !!!