Enable / Disable Core Features

To easily configure your project you can add the CharacterConfigSetup component to any game object in your scene.

  • Click on your game object

  • Add Component: "Script Binding"

  • Click "Add Airship Component"

  • Search and select "CharacterConfigSetup"

You now can control many of the core systems. These toggles will fire as soon as your scene is loaded.

If you need to control these options dynamically, they are all accessible via TS

Last updated