MissingReferenceWarning

Applied on Properties

[MissingReferenceWarning("This reference is missing!", 
  ReferenceCheckType.Warning)]
public GameObject someObject;  
  
[MissingReferenceWarning("This reference is missing and it's critical!", 
  ReferenceCheckType.Error)]
public Transform someTransform;

InfoBoxType

Enum
InfoBoxType

Enum ( InfoBoxType )

Warning

Enum ( InfoBoxType )

Error

Last updated