Version: 2022.3
言語: 日本語

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