Unity-SerializeReferenceExtensions
Unity-SerializeReferenceExtensions copied to clipboard
[BUG] Unexpected behavior with [HideInInspector]
What happened?
I am using xNode (free node editor asset) and have added the [HideInInspector] attribute to hide the standard rendering as it is displayed on the node. Instead, I display the parameters in the sidebar of the graph by inheriting the GlobalNodeEditor and using EditorGUILayout.PropertyField(conditionsProperty, true).
However, with this approach, unique arguments are not displayed. But if I remove the [HideInInspector] attribute, everything works properly, even with my own rendering via GlobalNodeEditor.
Package Version
1.6.1
Unity Version
2022.3.52