- Home /
How do I completely clear cache of webplayer?
Going left mouse click --> Setup do not show everything. Uninstalling and installing also do nothing, the game not redownloaded, all settings remembered.
Windows Vista.
Answer by Xtophe · Oct 10, 2011 at 09:52 AM
I've got the same problem here... Clearing the browser cache doesn't change anything as well.
Unity Player version 3.4.1f5 / Windows 7
Answer by gruhm · Oct 10, 2011 at 12:22 PM
Not sure if this is your problem, but some ISPs and web acceleration software will cache pages as well. You may want to try adding:
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
to the headers on the page you host the game in.
Answer by Xtophe · Oct 10, 2011 at 01:58 PM
Nope that didn't change anything. The issue is clearly on the Unity part as I've tried launching the game from 3 different browsers (Chrome, Firefox and IE) and retrieve each time my data, even after having cleared the cache for each browser.
My problem is the following: I am testing a game with the web player and earn experience each time I play. Though I need for some tests to become a newbie again and therefore, need to clear all games data from the former tests.
Answer by normantran86 · Dec 13, 2011 at 10:07 PM
It's not the cache you're looking for, it's the PlayerPrefs. http://unity3d.com/support/documentation/ScriptReference/PlayerPrefs.html
Your answer
Follow this Question
Related Questions
Why can't I build Web Player in Unity while I have no problems with building standalone versions? 2 Answers
Don't download the game everytime i play 1 Answer
When using WWW.LoadUnityWeb() does the target remains in the browser cache? 0 Answers
Does Unity iPhone Support Caching? 2 Answers
How does the webplayer caching work? 2 Answers