Load Data (Deserialize)
Learn how to load 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 load(De-Serialize) any kind of data. For deserializing data you need to specify a key with which data was serialized earlier.
Examples
Load Int
Load Float
Load String
Load GameObject
Load List
Video Tutorials
Basic SaveSave Scene ObjectsSave Custom ObjectsBatch Save CallsLast updated