We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d80795 commit b510aa2Copy full SHA for b510aa2
Runtime/SaveSystemObject.cs
@@ -120,7 +120,7 @@ public string GetPath()
120
121
private IEnumerable<ISaveable> GetObjectsForSave()
122
{
123
- return FindObjectsOfType<MonoBehaviour>().OfType<ISaveable>();
+ return FindObjectsOfType<MonoBehaviour>(true).OfType<ISaveable>();
124
}
125
126
private IEnumerator AutosavingRoutine(float period)
package.json
@@ -1,6 +1,6 @@
1
2
"name": "com.tarask8.save-system",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"displayName": "Save System",
5
"description": "This is a simple save system for unity.",
6
"unity": "2022.3",
0 commit comments