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.
1 parent 1858247 commit 0a988faCopy full SHA for 0a988fa
Editor/InspectorGUI.cs
@@ -114,7 +114,6 @@ private static void OnPostHeaderGUI(Editor editor)
114
onRevert: () => _assetPath = null,
115
onApply: () =>
116
{
117
- _assetPath = null;
118
_serializedObject.ApplyModifiedProperties();
119
importer.userData = JsonUtility.ToJson(_serializedObject.targetObject);
120
importer.SaveAndReimport();
0 commit comments