Book Image

Building an FPS Game with Unity

By : John P. Doran, jamal seaton
5 (1)
Book Image

Building an FPS Game with Unity

5 (1)
By: John P. Doran, jamal seaton

Overview of this book

Table of Contents (18 chapters)
Building an FPS Game with Unity
Credits
Foreword
About the Author
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
Index

Adding stairways


One of the benefits of creating a 3D game is that we can have a vertical element to play, adding in areas for players to snipe or high ground that players would intuitively go to. To help players traverse in these areas, we can use stairways. However, instead of creating the brush from scratch, we can use another tool of Prototype, Shape Tool.

  1. In the Prototype tab, click on the Shape button to bring up the Shape Tool dialog box.

    This menu will allow us to create some commonly used objects in games that we can use to make the building process much simpler.

  2. In the Shape Tool dialog, select the Shape Selector dropdown and then select Stair. Change the Width value to 5 and click on Build Stair.

  3. After this, click on X to close Shape Tool and move the stairs to face the first room.

  4. Next, raise the other room to fit the stairs and extend the colliders to fit our newly added ground.

  5. Next, switch back to the Top Level Editing mode and move the colliders 1 unit away on both sides.

  6. Then,...