Opening the outpost

In this section, we will look at the three differing approaches for interacting with the door, in order to give you an overview of the techniques that will become useful in many other game development situations:

  • In the first approach, we'll use collision detection—a crucial concept to get to grips with as you begin to work on games in Unity.
  • In the second approach, we'll implement a simple ray cast forward from the player, another important skill to learn—that means we can detect interactions without colliders actually physically colliding.
  • Finally, we'll implement the most efficient approach for this scenario—using a separate Trigger collider to call the animation on the door.

This means that you will have tried three differing ...

Get Unity 3.x Game Development Essentials 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.