Commit 27042952 authored by Danial KordModanlou's avatar Danial KordModanlou

directory building added

parent 385f8dd0
......@@ -46,6 +46,11 @@ public class DataSaver : MonoBehaviour
firstPos = pivot.transform.position;
StartCoroutine(find());
if (!Directory.Exists(Application.dataPath + "/CSV"))
{
Directory.CreateDirectory(Application.dataPath + "/CSV");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment