Answers for "unity get current folder path"

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 get current folder path"

C# Answers by Framework

Browse Popular Code Answers by Language