SavegameLoad Method |
| Name | Description | |
|---|---|---|
| LoadT(String) |
Load an object with its unique key. If the key is not found, this method throws an ArgumentException.
| |
| LoadT(String, T) |
Load GameObjects, Components and other UnityEngine types with their unique key. If the key is not found, this method throws an ArgumentException.
|