Save Data (Serialize)
Learn how to save data
For using this plugin methods you need to import the required namespace. Please include the below statement at namespace include list
We provide a generic method to save(Serialize) any kind of data. For serializing data you need to specify a key. This key is used to retrieve the data back again during deserialization.
Examples
Save Int
Save Float
Save Double
Save String
Save GameObject
Save List
Video Tutorials
Last updated