Obtenga el directorio actual en Unity

path = System.IO.Directory.GetCurrentDirectory(); //This gives the projects path
Thankful Trout