PocketPython is a C# plugin that allows you to do Python scripting in Unity.PocketPython is a C# plugin that allows you to do Python scripting in Unity. It provides a sandboxed Python environment, which adds 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.PocketPython is designed for game scripting, not for scientific computing. You cannot use it to run NumPy, OpenCV, or any other CPython extension modules.See https://pocketpy.dev/unity/introduction/ for more.It requires Unity 2020.3 or newerSupport Windows/Android/iOS/MacOS/LinuxSupport Mono/IL2CPPFor technical support, you can:join our Discord servermail me via blueloveth@foxmail.com