Concept Flow - Why everything in Unity is a GameObject
Start: Create Scene
Add GameObject
Attach Components
GameObject with Components
GameObject Controls Behavior & Appearance
Scene Runs with GameObjects
Unity uses GameObjects as containers to hold components that define behavior and appearance. Everything visible or interactive is a GameObject with components.