I have a problem with my game where the save game is not working. I’ve gotten around the problem so far by setting the target SDK to 28 but I can’t upload my game to Google playstore because googe requires 30 for Android 11.
I have tried many things in the last few days but nothing works when I set the target SDK to 30.
I have already read that you should turn on Use ExternalFilesDir but that did not work for me.
The game always creates a folder in /storage/emulated/0/UE4Game/ and I suspect that with the changes in android 11 (scoped storage) the game can no longer access its own savegame folder because the game does not have permissions for the storage location.
Here are my save and load blueprint that works when I package the game with target SDK 28 but not with target SDK 30.
Hi,
Unfortunately this issue still exist. The app needs to restart after first attempt to save, bcs of some permissions issue, that you need to grand for WRITE and READ, but they start working after second start of the app or more correctly the engine.
I wrote bug report month ago, but no responce even in thier bug report page.
Accordin this post: https://defconnet.work/en/how-android-save-games-work-ue4-27/
It should work but it’s not.