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 907d4c7 commit f3dedcfCopy full SHA for f3dedcf
Editor/ChatGPTSettingsEditor.cs
@@ -33,10 +33,13 @@ private void OnEnable()
33
34
public override void OnInspectorGUI()
35
{
36
+ serializedObject.Update();
37
+
38
EditorGUILayout.PropertyField(m_OpenAiApiKey);
39
EditorGUILayout.PropertyField(m_Model);
40
EditorGUILayout.LabelField("Warning: Current text-davinci-003 Only", warnLabelStyle);
41
EditorGUILayout.PropertyField(m_CreateAssetPath);
42
43
serializedObject.ApplyModifiedProperties();
44
}
45
0 commit comments