Skip to content

Commit 0a988fa

Browse files
committed
fix: when enabling C# Settings in asmdef inspector, edits are lost
1 parent 1858247 commit 0a988fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Editor/InspectorGUI.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ private static void OnPostHeaderGUI(Editor editor)
114114
onRevert: () => _assetPath = null,
115115
onApply: () =>
116116
{
117-
_assetPath = null;
118117
_serializedObject.ApplyModifiedProperties();
119118
importer.userData = JsonUtility.ToJson(_serializedObject.targetObject);
120119
importer.SaveAndReimport();

0 commit comments

Comments
 (0)