This version of Unity is unsupported.

SerializationUtility.ClearManagedReferenceWithMissingType

Declaration

public static bool ClearManagedReferenceWithMissingType(Object obj, long id);

Description

Drop the serialized data associated with a specific managed reference object that is missing its type.

This method returns false if there is no reference with a missing type matching the specified Id.

See Also: ClearAllManagedReferencesWithMissingTypes, GetManagedReferencesWithMissingTypes, SerializeReference.