What is a Prefab in Unity?
When you play a game with an endless number of the same enemies attacking you, how do you think that works? Did the developer make each of those enemies separately? Or did they use something like a prefab in Unity? A prefab is a specific GameObject that can be reused as many times as needed…