I’ve been trying to make a system that spawns AI, and stores them in a list at the same time, so when the 10 AI from the spawner die (or even just one) they will respawn.
So I managed to put them into a lit, but the prefabs don’t display due to them being in the list. So, how would I go abouts this?
Cheers.
Edit: I had an idea that I could in fact create the instances of the prefabs as a child object of the spawner. My only issue is that I don’t have a clue how to spawn a prefab as child.