How i make all games total score variable?
my variable PlayerPrefs.GetInt(“skor”) .Score is saved while finished game.How i make all games skor =total skor?
How i make all games total score variable?
my variable PlayerPrefs.GetInt(“skor”) .Score is saved while finished game.How i make all games skor =total skor?
PlayerPrefs.SetInt(“skor”,totalSkor)
using your spelling