#Multiple Character with GAS

3 messages · Page 1 of 1 (latest)

tiny pollen
#

Hi Guys, Im currently trying to implement an action jrpg combat style like genshin impact, where you have a team of multiple character but only one controllable at time.
So i try to find an optimize way to do it with GAS. Did i need to create a AbilitySystemComponent for each character on my playerState on so initialize every character on OnPossess of the controlled one, but it maybe to heavy for performance ?
Or does i use only one abilitysystemComponent with different Attribute set for every Character and chose witvh one to use when applying effect ?
I dont know if that make sense but if you got an idea i will appreciat that, have a good day.

pulsar edge
tiny pollen
#

I will check that thank you !