Creating tiles

Before we get started, it's a good idea to see how the object looks to us, so let's add in a temporary controller to give us an idea of what it looks like:

  1. Go to the Prefabs folder, and drag-and-drop one of the modified First Person Controller prefabs that we made in the previous chapter into the Scene view. Once done, set Position to (0, 1, 0). Rather than setting each of the properties, we can easily do this by right-clicking on Transform and selecting Reset Position and then setting the Y position to 1. After this, in the Character Motor component, under the Movement section, set Gravity to 0 so that we do not fall for the time being (we will replace this controller later):
  2. Right now, if you play the game, there will be a warning ...

Get Unity Game Development Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.