Custom Character
Quickly get a custom character prefab working in your scene.
Creating a Character Prefab
To create your game's character prefab you need to make a variant of the AirshipCharacter prefab.
Right click in the project tab and choose
Create > Airship > Character Variant
Double click the created prefab variant to make any changes

Spawning Your New Character Prefab
Find the
CharacterConfigSetup
component in your scene (it's there by default in template projects).Set the
Custom Character Prefab
field to your newly created prefab. This will cause characters to spawn using that prefab instead of the default AirshipCharacter prefab.

Last updated