#currently implementing the state

1 messages · Page 1 of 1 (latest)

worldly spear
#

Depending on performance, you can definitely instantiate the prefabs when the battle begins (during a little transition) using that list as reference yes, is that what you want to do? If yes, do you need pointers on "how" to do that?

bitter bone
#

I would like to know how to go about doing that yeah

#

i imagine it would be
GameObject modelPrefab in the Character SO, then instantiate, and give it an ID so we know that when we target that gameobject we get the Character in the list of the same UUID (i would generate those when the character is first created)