react-native-unity
react-native-unity copied to clipboard
Application.persistentDataPath is not working for iOS
I've an application in which on unity side I download addressable and store then using Path.Combine(Application.persistentDataPath, "DownloadedAddressableContent");.
It works fine on android but on iOS I'm not able to make it work. The same method that works for android must work for iOS if iOS is able to find the correct path.
Is there a permission or a key that I need to add for iOS?