0

I want to use Unity to create some kind of GUI for some my data analysis scripts made with Python language. I tried to use IronPython by using this guide Use Python with Unity3D Guide, but had a problem with numpy library. I found a non-ideal solution here - it's about tinynumpy. However the using of scipy isn't possible by this way. Is the any solution to use Python libraries and Unity with no limits?

John
  • 1
  • 1

1 Answers1

0

Why do you want to use python with unity? It doesnt make sense for me but it might just be me. I would actually reonmend you using another game engine if you are going to be using pyrhon, such as the godot game egine. It's main laguage is the same as python.