Obtenez le répertoire actuel dans Unity
path = System.IO.Directory.GetCurrentDirectory(); //This gives the projects path
Thankful Trout
path = System.IO.Directory.GetCurrentDirectory(); //This gives the projects path