Hello i am new to this forum and this is my first post
I encountered a strange behavior when using the babylonjs gui and wanted to report it.
The linkWithMesh- function causes the framerate to tank on firefox and safari, but not on chromium browsers.
This is my playground that shows the problem: https://playground.babylonjs.com/#XCPP9Y#22406
You can open it in different browsers and inspect teh FRAME STEPS DURATION tab in the inspector.
This problem is causing me a lot of headaches, because being able to link controls to mesh positions is important for many of my projects.
Using a custom “linkWithMesh” function also tanks the framerate considerably when moving the camera around:
https://playground.babylonjs.com/#XCPP9Y#22410
I suspect since setting the top or left attribute of a Control, causes a rerender, that something there is really really slow.
I would be really thankful if someone has encountered this and knows a solution or a workaround