This project explores 3 different methods of data serialization (Saving) in Unity: binary serialization, PlayerPrefs and JSON serialization. I based this project on the Unity Serialization Live Cast ...
Entry Blueprint - A ScriptableObject that defines game content (abilities, items, quests). Designers build these in the Inspector by adding Properties. Runtime Entry - An instance created from a ...