How to make a door open when player touches door?

Hi @sholola,

You can use a trigger to detect when the player approaches the door, check this tutorial:

Collision and Triggers | PlayCanvas Developer Site

From there you can rotate the door entity using the following method:

1 Like