PrefabUtility.UnloadPrefabContents

Cambiar al Manual
public static void UnloadPrefabContents (GameObject root);

Parámetros

contentsRootThe root of the loaded Prefab contents.

Descripción

Releases the content from a Prefab previously loaded with LoadPrefabContents from memory.

This will destroy the GameObject in memory and release the isolated Scene used to contain the Prefab content.

The root GameObject will not be available after this call. The Prefab Asset itself is not affected by this call.

See Also: PrefabUtility.LoadPrefabContents, PrefabUtility.SaveAsPrefabAsset.