Introduction
We create GameObjects to add things like characters, lights, or items in a game. Naming them helps us find and use them easily later.
When you want to add a new character or object to your game scene.
When you need to organize objects so you can find them quickly in the editor.
When you want to create objects by code during the game, like spawning enemies.
When you want to keep track of objects by giving them clear names.