Version: 2022.3

SerializationUtility

class in UnityEditor

切换到手册

描述

Utility functions related to Serialization.

静态函数

ClearAllManagedReferencesWithMissingTypesRemoves all managed references that are missing their type.
ClearManagedReferenceWithMissingTypeDrop the serialized data associated with a specific managed reference object that is missing its type.
GetManagedReferencesWithMissingTypesReturns the list of managed references that could not be deserialized because of a missing type.
HasManagedReferencesWithMissingTypesThis API returns true if one or more managed references is missing its type.