Hover cursor on multiple scenes

Hello community,

I’m creating two scenes with two separate cameras and attaching an action manager to the meshes from the first scene.

the hover cursor doesn’t seem to work with this configuration.

you can check this playground for more details : https://playground.babylonjs.com/#B3P3Z8#2

I appreciate the help.

Found the fix, I needed to check doNotHandleCursors to true for the secondScene

    secondScene.doNotHandleCursors=true
1 Like