Saving level scores Android

I’m making a game for android and it has various levels which can get a score out of 3 stars…

How would i go about storing these scores for each level? I’ve briefly looked at playerpref but is that ok with Android??

Each level is a separate scene if that changes anything?

Any ideas or guides or anything?!?!?!

Thanks in advance!

You could create a “manager” object that is created at the beginning of the game and stores your scores throughout each level.

Look at the DontDestroyOnLoad function.