Hey I need help with this party System!
I am wanting to use a swap out system. An example would be Genshin.
You hit a button 1-4 and swap to that character you want and your able to use that character.
How do I do that?
Plz help.
Does the character need to have unique animations and abilities, or does just skin need to be changed?
I’m guessing the character would need a swap out animation to be called on swap (probably as a montage).
On completion you would unposses this character and spawn in the new one (play new character spawn in montage) and posses the newly created character.
This would all be called from within the player controller
Here is a working example without the montage play (I would need to make the animations)
CharactersArray contains the game character classes to swap to
yes later on down the line ill add animations and abilities. Right now im focusing on the switching the playable characters out. Skins will be WAAAY later on down the line!
Thanks Ill test this out when I am down with work!