If a field has both [SerializeField] and [NonSerialized] attributes, the [NonSeralized] attribute takes precedence and Unity will ignore the [SerializeField] attribute. This inspection will highlight ...
This inspection will highlight the [SerializeField] attribute as redundant in the following conditions: This is considered an edge case - it is not viable to detect when the class is only used for ...