AnimationConverter.CloneWithoutComponents
Prototype
public static GameObject CloneWithoutComponents(GameObject gameObject)
Parameters
| Parameter | Description |
|---|---|
| gameObject | The GameObject to clone. |
Returns
The instantiated GameObject.
Description
Instantiates a clone of the passed GameObject that has no components (except the Animator and SkinnedMeshRender components).