i’m using playerprefs.setint(“…”); it set to int but i want it to be Long how can i convert it? (i’m try convert.Convert.ToInt64(…); but it’s not work for unity)
Quick dirty solution could be saving long as string and then parsing it to long on load.