Quick Configuration
Quickly get a character running around your scene
Last updated
Quickly get a character running around your scene
Last updated
To create your games character prefab you need to make a variant of our Core character.
Right click in your project and choose "Create > Airship > Character Variant"
Name the variant how you want
Double click the prefab variant to open it up
You can add any graphics or components to this character to make it work for your game. There are also exposed variables on existing components. Some common changes would be to the component or adding graphics to the NetworkedGraphicsHolder.
The fastest way to setup your game is to use the CharacterConfigComponent in your scene. Simply add a new Airship component to any game object and search for characterconfig.
This component has many options for quick setup of your character. Any prefabs set here will automatically be used when spawning that object.