Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnPostprocessMeshHierarchy(GameObject)

This function is called when a new transform hierarchy has finished importing.
Read time 1 minuteLast updated 12 days ago

Definition

OnPostprocessMeshHierarchy()

public void OnPostprocessMeshHierarchy(GameObject gameObject)

Parameters

gameObject

Remarks

The ModelImporter calls this function for every root transform hierarchy in the source model file. This lets you change each root transform hierarchy before other artifacts are imported, such as the avatar or animation clips. If this function destroys the root hierarchy, any associated animation clips are not imported.