A set of custom attributes
Hides the property in PrefabMode. The behaviour can be inverted with the ‘invert’ parameter so the property is visible only in PrefabMode.
Put the attribute in front of a property.
[HideOnPrefab]
public int healthPoints;
[HideOnPrefab(true)]
public int damages;