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.
CloseRetrieves the managed reference Id for an object that is referenced using SerializeReference.
Unity assigns an Id for an object when the Unity Object referencing the object has been serialized, or when SetManagedReferenceIdForObject is called.
If no Id has been assigned yet, this method returns SerializationUtility.RefIdUnknown.
See Also: SetManagedReferenceIdForObject, GetManagedReferenceIdForObject, SerializeReference.