On linux, I have an app that, when executed, uses as path my home folder instead of it's own.
That is :
/home/me/myapp/myapp.x86_64
Will output :
Set current directory to /home/me
Found path: /home/user/myapp.x86_64
There is no data folder
It's the first time I have this problem with an Unity app and I don't know what can cause the engine to misuse the Path.
↧