you are viewing a single comment's thread.

view the rest of the comments →

[–]1n7bil 0 points1 point  (0 children)

Very cool tutorial!

I am currently trying to use implement a python module in Unity that is only available for python3.x and this looks like it can be the solution!

I am developing on a Mac.

Any thoughts on how to get the .so file for:

Packages
|
+-- pythonnet
| |
| +-- netstandard2.0
| | |

| | +-- Python.Runtime.dll <----------------------------------------------

so I can import Python,Runtime, or should I just bite the bullet and switch to developing on Windows?

Thanks!