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
johnrossporter
changed the title
Redundant 'HideInInspector' attribute is incorrect
Redundant 'HideInInspector' attribute is incorrect with auto properties
Jul 31, 2022
The following code will mark the HideInInspector attribute as redundant.
[field: SerializeField, HideInInspector] public int TestValue { get; set; }
This is incorrect behavior, as the attribute will do exactly as it describes, and would be shown in the inspector without it.
The text was updated successfully, but these errors were encountered: