I am developing a chapter based WebGL game where I need to save information from one chapter to load on next (a complete different WebGL game). How can I achieve that?
So far I failed doing so with he following methods:
-Using Application.datapath
-Using PlayerPrefs
-Using System.IO
↧