Skip to main content

Character Controllers


INTEGRATING WITH OTHER CHARACTER CONTROLLERS

The characters in the Master Character Creator (MCC) system function like standard Unity humanoid characters, making integration straightforward. To use MCC characters with your custom character controller, follow these steps:


  1. Add Your Character Control Script: Attach your character control script to the player prefab at the same GameObject level as the CharacterEntity component.
  2. Assign the Mecanim Controller: In the CharacterEntity component, assign the appropriate Mecanim controller to both the male and female slots. This will allow the character to animate correctly based on your controller.
  3. If the character control system you’re using requires reference of the character bone transform or SkinnedMeshRenderer, click on Preload Character button to load the character in the Editor, then you can reference the bone and mesh GameObjects as needed.

By following these steps, you can seamlessly integrate MCC characters with other character control scripts or systems in your game.