You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This static variable is a hack. Because the editor is rebuilt at unpredictable times with a new serializedObject, we need to keep updating
187
+
// This variable with most up to date serializedProperty, so that the picker dropdown can access the correct serializedProperty.
188
+
// The picker dropdown is a separate window and does not have access to the changed serializedObject reference.
189
+
// This is a temporary solution until the InputControlPathEditor is converted to UITK or there is away to have a stable, persistent serializedObject backing this editor.
190
+
// This property will be shared among multiple asset editor windows.
0 commit comments