Answers for "unity get folder path in script"

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

C# Answers by Framework

Browse Popular Code Answers by Language