Breaking changes when migrating from 3.* to 4.*?

This is because we fixed an issue with the scene not catching up events

Now you can define if a control is a pointer blocker:
https://www.babylonjs-playground.com/#XCPP9Y#911

2 Likes

Speeking of the pointer blocker, I notice that if parent and children both have isPointerBlocker set to true and a hoverCursor property, the GUI doesn’t manage to show the right cursor when blocks are hovered:
https://www.babylonjs-playground.com/#XCPP9Y#912

problem found and solved!

1 Like

Migration complete. Thanks a lot :slight_smile:

you rock!