I have a small problem here.
I run a batch and a python script in my software in Unity. Under unity everything works fine, but when i build, it seems like my .bat and .py are left behind, it's not working anymore when i launched my .exe
I call my .py and .bat with this :
Application.dataPath + "/Folder/pythonscript.py"
Thank you in advance for your help.