We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d38261 + 122903b commit 2c00199Copy full SHA for 2c00199
Editor/SaveSystemObjectEditor.cs
@@ -113,7 +113,7 @@ public override void OnInspectorGUI()
113
}
114
EditorGUILayout.EndHorizontal();
115
116
- if(_file != null)
+ if (_file != null && _fileEditor != null)
117
{
118
EditorGUILayout.Space(10f);
119
_fileEditor.DrawEditor();
package.json
@@ -1,6 +1,6 @@
1
2
"name": "com.tarask8.save-system",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"displayName": "Save System",
5
"description": "This is a simple save system for unity.",
6
"unity": "2022.3",
0 commit comments