There are a few ways a game stores it's save data by either their own server-client(s), Google Play or internal storage. If the game does not use cloud services then your game data should be in Android/Data/com.yourgamehere/.../ or a folder on root of internal storage. As of Android 11+ you will need root access in order to gain access to /data and /obb folders respectively.Ohh ok thank you, any way to save my game progress then?
Thanking you!
Since you mention that some games will not save to the GooglePlay cloud, i assume those games are side-loaded apks of paid games? In that case yeah GooglePlay does not work and your progress is lost.