So, im having 5 empty GameObjects over my Terrain.
Im want to spawn Objects from there, but each spawn should be on another location (First spawn is at GO1, second at GO5, and so on…)
How can i do this?
So, im having 5 empty GameObjects over my Terrain.
Im want to spawn Objects from there, but each spawn should be on another location (First spawn is at GO1, second at GO5, and so on…)
How can i do this?
A single spawn manager class which references the 5 spawn location transforms. On each spawn event cycle to the next transform and spawn.