Answers for "unity using directory"

C#
0

get the current directory in unity

path = System.IO.Directory.GetCurrentDirectory(); //This gives the projects path
Posted by: Guest on April-12-2021

Code answers related to "unity using directory"

C# Answers by Framework

Browse Popular Code Answers by Language