Make 3d Button go to another URL

Hello I would like to add a 3d button but make it go to another playcanvas game is that possible?

game:https://playcanvas.com/editor/scene/1377391

Hey, if you want to go to a different url on clicking the 3d button, you can use window.location.href = 'http://www.google.com'; to achieve that.

1 Like

would that be in the function?

That would go in the event listener function for the button click(or wherever you are detecting the click).