Hi I am using unreal engine 5.0.3 and I am getting some wired issue (bug probably). I tried selecting a pawn in a level and possessing it on new level. Which works perfectly fine in editor but in packaged apk it is not working (i.e unpossessed ).
Here are some additional details about my project:
It turns out that it is not problem with spawning or possessing I have used a save game object to place the pawn. Unfortunately it is not working on android. Any quick solution for this?
It could be due to write permissions for android. You need to add some extra parameters to be able to write to the device.
There are a couple of threads in the forum about it. I even answered this question in the past.
I tried everything but nothing seems to work then I turned on android file server plugin and it is working. I wish there is a way without enabling this plugin.