Switching Scenes On Contact

Hi, I’m trying to make it so when you touch a specific object, it switches scenes.

@Nicholas_Taylor1 This is doable. Maybe this post can help you with this.

Switching scenes when player contacts an object - Help & Support - PlayCanvas Discussion

Also in the documentation are.

Changing Scenes | Learn PlayCanvas

Basically, you will have to setup an object that has a collision and rigidbody to handle the trigger between two scenes.

1 Like

alright, I’ll check them out

2 Likes