get the current directory in unity code example
Example: get the current directory in unity
path = System.IO.Directory.GetCurrentDirectory(); //This gives the projects path
path = System.IO.Directory.GetCurrentDirectory(); //This gives the projects path