- Home /
Question by
naresh-kumar · Sep 30, 2016 at 09:39 AM ·
playerprefs
How can i save long value in playerPrefs ????
i am working on my game and required to save long value to carry for next. But i don't know how can i save the long values in the playerPrefs . Thanks in Advance
Comment
Answer by djfunkey · Sep 30, 2016 at 10:30 AM
Save the Long as a string in PlayerPrefs, then just convert it back when needed.
Thanks Dear djfunkey . it solved my problem Thanks alot
Your answer
Follow this Question
Related Questions
PlayerPrefs Problem crashing with SetBool 2 Answers
How to use PlayerPrefs? 2 Answers
Save level 3 Answers
How to save resources configuration file for unity3d? 0 Answers
Saving Location in Unity 1 Answer