We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fffe46 commit 1a05156Copy full SHA for 1a05156
README.md
@@ -52,7 +52,7 @@ var loadedObject = manager.Load<SavedObjectType>("MySave.data");
52
manager.DeleteSave("MySave.data");
53
54
//Setup a Custom Save/Load Method by passing any object that implements ISerializationMethod
55
-manager.SetCustomSerializationMethod(new MyCustomMethod());
+manager.SetCustomSerializationMethod(new MyCustomSerializationMethod());
56
57
//Save a ScriptableObject or any object derived from UnityEngine.Object directly to disk
58
var myScriptableObject = ScriptableObject.CreateInstance<MyScriptableObjectType>();
0 commit comments