how to change Application.persistentDataPath?

Hi,

I’m looking at the Application class but there is not a function for changing its path for any of the data paths?

Changing the whole path is not possible. But you can change the Company Name and the product name in the path. Is that what you want to change?

1 Answer

1

You can’t change that path. It’s a predefined path which is different for each target platform. What’s the point of changing it? If you want to use a different path, just use a different path. Application.persistentDataPath is for you to get location where you can store your persistent data. If you want to use a different one, just do it.