Save game state on the device

Hi
I’m interested in how they can save the result of the game in Unity ?

Can I use a text file for this ?

Thanks

PlayerPrefs.

Thanks