CharacterModelSwitcher


Declaration

public sealed class CharacterModelSwitcher : MonoBehaviour

Description

Handles switching between different character models, including setting the animator on a movement controller to the active model.

Properties

movementControllerThe movement controller that will be updated to use the character model's animator component when active.
modelsThe character models that can be switched to and from.
activeModelThe active character model.

Methods

ActivateModel