Objects as links to scenes that get bigger on mouse hover

Hello,
would You know how I could make a hoverable objects similar to area picker and the object pulse picker examples? I’d like to make objects bigger on hover that change scene on click.

My project

I’d be really grateful for any help!!!

Hi @Jorik_Jonathan_Chase and welcome,

You will need two things to do that:

  • One way to pick/select the object on hover, there are multiple ways to do that, start with the tutorials/examples here: Tutorials | Learn PlayCanvas

  • To make it bigger it’s only a matter of changing their scale. You can use PlayCanvas tween to animate the scale of the selected entity, check this page for more:
    Using the Tween library | Learn PlayCanvas