jacksondunstan / UnityNativeScripting

Unity Scripting in C++

Home Page:https://jacksondunstan.com/articles/3938

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small idea to embed Python in C++

sekkit opened this issue · comments

Embedding Python by using Pythonnet(a .net cpython wrapper) is working with Unity.
But il2cpp compilation is very headache with that implementation.
Will embed Python directly within UnityNativeScripting a solution?

Explanation: why embed scripting languages, because of it's hot reload nature which is common practice in Commercial use.

Any C++ code you want to add to the native side should compile just fine. I don't know enough about embedding Python, but it seems like a possible use of this project.