Application.persistentDataPathstatic var persistentDataPath : StringDescriptionContains the path to a persistent data directory (Read Only). The value is a directory path where data expected to be kept between runs can be stored.
JavaScript
// print the path to the persistent data folder using UnityEngine; import UnityEngine |
