Version:

Creating the Timer Parent and Child Entities

Creating the Timer Parent and Child Entities

You create a parent entity and name it TimerParent. Inside TimerParent, you create a child entity and name it TimerStart.

To create the timer parent and child entities

  1. In the viewport, right-click just outside the maze and choose Create entity.
    [Image NOT FOUND]

  2. In the Entity Outliner, select the new entity and name it TimerParent.
    [Image NOT FOUND]

  3. Right-click TimerParent and choose Create child entity.
    [Image NOT FOUND]

  4. In the Entity Inspector, rename the new child entity TimerStart.
    [Image NOT FOUND]

Next, you add components to the child entity TimerStart.

Next: Adding Components to TimerStart