Please help me. How to make save and load data from local disk in Windows 8.1 Store app?
This way dosn’t work:
Using System.Runtime.Serialization.Formatters.Binary;
Error: The type or namespace name ‘Formatters’ does not exist in the namespace ‘System.Runtime.Serialization’ (are you missing an assembly reference?)
Yes, I think simple load/save to file is enough for me, how realize this for Windows Store app?
I have 10 levels. I’m trying realize loading scene(level) from the main screen using previous level(score, life) saved data.