Wiping Your Stats
Sometimes during development you'll want to clear all your stats and achievements. This only affects the local user - and works regardless of developer status.
SteamUserStats.ResetAll( true ); // true = wipe achivements too
SteamUserStats.StoreStats();
SteamUserStats.RequestCurrentStats();