Show Property Resolver Attribute

ShowPropertyResolver shows the property resolver responsible for bringing the member into the property tree. This is useful in situations where you want to debug why a particular member that is normally not shown in the inspector suddenly is.

[ShowPropertyResolver]
public string MyString;

[ShowPropertyResolver]
public List<int> MyList;

[ShowPropertyResolver]
public Dictionary<int, Vector3> MyDictionary;