Unity Top Down Shooter Part 7 – Spawning

Here we learn how to use an empty GameObject as a Spawn point. We hand over control of when to spawn to another GameObject. This is achieved by making the spawn function public. The idea is to make all spawn points publicly accessible, meaning that the central “Game” logic can dictate when to spawn.

Leave a Reply

Your email address will not be published. Required fields are marked *