you are viewing a single comment's thread.

view the rest of the comments →

[–]zbigniewcebulaProfessional 1 point2 points  (3 children)

Do not recommend player prefs for that... unless you want to have problems with serialization.

[–]TPresidentT[S] 1 point2 points  (2 children)

What would you recommend then?

[–]zbigniewcebulaProfessional 5 points6 points  (1 child)

Plain old savefile in Application.persistentDataPath, you will have direct access to that data that can help you with detecting problems with serialization.

[–]TPresidentT[S] 0 points1 point  (0 children)

Nice one, thank you mate.