2
I am developing a game in Unity and we have reached the part where it is necessary to store players' scores in a database. This information will be used in the rank that will appear at the end of the round. However, I don’t understand how to do this part. Does anyone have any tips? Thank you.
When you say an internet service, you talk about what exactly?
– Juliany Raiol
You have several options, you can create a simple VCS cloud service (but there you will have a certain investment), or use something like Google Play Services (https://developers.google.com/games/services/), or Apple’s Game Center (https://developer.apple.com/game-center/)at the Unity Asset Store already have several packages ready to use.
– Júlio Neto