Unity tutorial: Building a first person game: Look to interact system


A core component for a first person game is often the ability to look at and interact with an object in the game world. In this video we’ll build a look to interact system that can show prompts which face the player and provide more info; can handle instant and timed interactions; and, that can easily be extended based on our needs.

Find the code here: https://github.com/GameDevEducation/DevToolkit_FPSStyleInteraction