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.
Performance Tip : For Int, Float and String we provide direct methods to serialize and deserialize to get best performance when compared to generic method call. So, if possible try to use direct call if applicable.
Examples
Save Int
Save Float
Save Double
Save String
Save GameObject
Save List
Video Tutorials
Basic SaveSave Scene ObjectsSave Custom ObjectsBatch Save CallsLast updated