Empty Game Object in Unity 5.5

from: Unity 5.x By Example by Alan Thorn

Empty game objects in Unity cannot be seen by the player because they have no mesh renderer component. They are especially useful to create functionality and behaviors that don’t correspond directly to physical and visible entities, such as timers, managers, and game logic controllers.