|
My game is in alpha stage and for easy debugging and tuning, game states are stored in scriptable objects. Making a standalone that also runs on the web requires me to store the states in playerprefs. Serializing scriptable objects to strings via System.XML has proven difficult because there are quite a few different classes that inherit from a base class. How do you do it ?
(comments are locked)
|
