Thursday 3 September 2015

How to find persistent data path in unity3d

With this you can found your data stored location
print(Application.persistentDataPath);
or
Debug.Log(Application.persistentDataPath);

No comments:

Post a Comment