Unity Tutorial - 3D Spinning Cube in 10 minutes

Create a cube

Now that Unity is configured, let's create a cube:

  • Right click on the Hierarchy window and choose 3D Object > Cube.

    The Unity editor, with the 3D object and Cube menu options selected

    A cube object gets added to the Hierarchy window and the Scene view.

  • Select the Game tab.

    Game tab in Unity editor.

    You should see a cube in the Game view, like the following:

    A cube floating in an empty space.

Continue