(Maybe my English isn´t perfect)
Hey,
I want to use PlayerPrefs in my Android game, and I already read some stuff ´bout it, but I still don´t understand it.
Can someone give me a simple example how to do this in PlayerPrefs:
If the user starts the app, a “Welcome screen” will appear.
But it would appear everytime the user loads the main menu scene.
- If the user taps on “continue”, it will save in the PlayerPrefs that the user saw the welcome screen.
- If the user quits the game, it will delete the “welcome screen” stuff, so it will appear again if the user starts the app next time.