Is Xcode [documentsDirectory ...] the same as Unity's Application.persistentDataPath?
Hi folks, So... I have an app on the store that was first made with Xcode - i'm now updating it with a version coming from Unity... I'm having trouble with the Save files though - in Xcode they were loaded & saved from...
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
NSString *documentsDirectory = [paths objectAtIndex:0];
in Unity I'm using Application.persistentDataPath -
I don't have the old project so i can't download its container in Xcode and check where the file is - once i've installed the new version i can clearly see where it's searching though which is AppData/Documents/filename
but when i try the update it seems unable to find them...
anybody help? Thanks
Your answer

Follow this Question
Related Questions
Unity iOS - Wont compile in Xcode 2 Answers
expected unqualified id on libiconv.2.tbd 0 Answers
xcode - linker command failed with exit code 1 8 Answers
Crazy high RAM usage on IOS 0 Answers