We have been working on a game for android and at this point we are trying to get it working on kindle. We use unity. We download a lot of assets from the internet but for some reason kindle is not letting me access local storage.
Unity has a PersistentDataPath that normally resolves to
/storage/emulated/0/Android/data/com.yourbundleid.app/files/
This all works perfectly fine in android but not on kindle. I’ve tried adding permissions to the manifest but nothing seems to work. any help is appreciated.
Thanks