In my case the issue was related to old Player Prefs conflicting.
try this is Start method :
IEnumerator Start () {
PlayerPrefs.DeleteAll();
}
In my case the issue was related to old Player Prefs conflicting.
try this is Start method :
IEnumerator Start () {
PlayerPrefs.DeleteAll();
}