Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseRepresents a property that references an object that does not derive from UnityEngine.Object.
This type is for fields that have the SerializeReference attribute, otherwise the object is stored inline (SerializedPropertyType.Generic).
See Also: SerializedProperty, SerializedProperty.managedReferenceValue, SerializeReference, SerializedPropertyType.Generic, SerializedPropertyType.ObjectReference.