Loading
This section outlines the step-by-step process of loading data using ESave.
This only edits the save data in memory. See Writing Changes.
Each ESave method that loads data only accepts one parameter, which is the ID of the data.
GetData
The main method to load data is SaveFile.GetData
. This method accepts any type parameter.
You can also retrieve a list of data of the same type:
Special Methods
ESave features special methods to retrieve data for some Unity types.
Vector2
Vector3
Quaternion
Color
Transform
Last updated