TopDown Engine  v3.6
CharacterSwitchManager.cs File Reference

Classes

class  MoreMountains.TopDownEngine.CharacterSwitchManager
 Add this component to an empty object in your scene, and when you'll press the SwitchCharacter button (P by default, change that in Unity's InputManager settings), your main character will be replaced by one of the prefabs in the list set on this component. You can decide the order (sequential or random), and have as many as you want. Note that this will change the whole prefab, not just the visuals. If you're just after a visual change, look at the CharacterSwitchModel ability. If you want to swap characters between a bunch of characters within a scene, look at the CharacterSwap ability and CharacterSwapManager More...
 

Namespaces

namespace  MoreMountains
 
namespace  MoreMountains.TopDownEngine