Thursday, September 3, 2015

How to find persistent data path in unity3d

iklan
With this you can found your data stored location
print(Application.persistentDataPath);
or
Debug.Log(Application.persistentDataPath);
How to find persistent data path in unity3d
4/ 5
Oleh