Version: 2021.2
언어: 한국어

PrefabUtility.HasManagedReferencesWithMissingTypes

매뉴얼로 전환
public static bool HasManagedReferencesWithMissingTypes (Object assetComponentOrGameObject);

파라미터

componentOrGameObject An object which is part of a Prefab asset.

반환

bool Returns true if there are missing SerializeReference types directly within a Prefab asset excluding nested Prefab.

설명

Determines whether the object Prefab asset contains any MonoBehaviours with missing SerializeReference types.

This method returns true if the Prefab asset contains missing SerializeReference types. Applying property modifications to a Prefab asset removes missing type information from the Prefab Asset. However, editing a Prefab asset in Prefab Mode preserves missing type information. If you are on an instance, you can use PrefabUtility.GetCorrespondingObjectFromSource to validate if the Prefab asset has missing types. See Also: SerializationUtility.HasManagedReferencesWithMissingTypes, SerializeReference