GUI editor link offset bug

https://playground.babylonjs.com/#XCPP9Y#16

Open the gui editor and adjust the link offset value, then the text button in the 3d scene will fail to follow the object

@carolhmj

Hello, I’ll investigate

1 Like

After investigating, this is caused by the current method of connection between the Playground and the GUI Editor, we’ll rework it for the next Editor release.

Got it :ok_hand:

Just leaving an update here, but the rework is (finally) merged, and it’s possible to edit controls linked to a mesh now :smiley: Rework Scene and GUI Editor connection by carolhmj · Pull Request #13353 · BabylonJS/Babylon.js (github.com) (but since their position will depend on the mesh, editing them on the editor won’t have an effect)

1 Like

very nice