Skip to main content

114. Unity3d Tutorial - Interacting With Game Objects Part 4

See video

In this video tutorial, I add one feature that I had forgotten about. The ability to check the distance to the chest from the player to see if they are within range of the chest to even open it. This is a simple process, and we have used Vector3.Distance a few times to check distance, so this will be a quicky!

Tags: