What does a Web Player do when it runs into the PlayerPrefs class? Does it store data in a cookie? If PlayerPrefs doesn’t work in a web player how would you store player data?
At the moment the playerprefs class does nothing in the web player.
(always returns the default value).
You can use server communication using the WWW class for storing game state.