Spawning

I am trying to implement a character spawning system. Anyone have any ideas?

Load the unit the first time it is needed - or load all of the units at startup. Then simply call Node.sharedCopy on the unit TG when needed.

That’s how I do it…

Will.