How can I save basic information in a mobile game like highest score and skins that the player bought ?
Hello Anan,
Setting up a save function in mobile should be the same as setting up a save file for our desktop client. Check out our documentation here: Saving and Loading Your Game in Unreal Engine | Unreal Engine 5.1 Documentation
Let me know if you have any issues.