How to use IronPython

Hello, I’m a Unity beginner trying to use IronPython in Unity 5.
Is it possible to share the int, string or any kind of variable in the C#script with Python, or the other way around?
If I could, please teach me an example script.

Thank you!
(I’ve been searching it for days, and can only find how to make Python work in Unity using IronPython, not the details at all. :frowning: )

It took me forever to find it, but here’s an article that can help you get started. Gsoc 2016: Ironpython and Unity

It walks you through the initial setup and links to all of the DLL files you’ll need. After that, there’s plenty of resources about running IronPython on the Unity forums.

It’s old question, but for the sake of all poor souls that might stumble here - as of 31 Dec 2020 … this package taken from this blog is tested and works: