This tutorial will cover implement a point and click system to move the player around a room. If you don’t have one already create a Player script, attach it to your player, and open it. The first step is to create a Move function and call it in the Update…