Skip to content

Commit 2c00199

Browse files
authored
Merge pull request #3 from TarasK8/feature/file-preview
Bug Fixes and Version Update
2 parents 6d38261 + 122903b commit 2c00199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Editor/SaveSystemObjectEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public override void OnInspectorGUI()
113113
}
114114
EditorGUILayout.EndHorizontal();
115115

116-
if(_file != null)
116+
if (_file != null && _fileEditor != null)
117117
{
118118
EditorGUILayout.Space(10f);
119119
_fileEditor.DrawEditor();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.tarask8.save-system",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"displayName": "Save System",
55
"description": "This is a simple save system for unity.",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)