GUI Text Input Not Editable

Hello,

I am trying to make a 3D physics editor with editable gravity and addable objects.
I have a few text inputs that I want to be editable, but right now i can’t click on them.
When i remove some of the text inputs, i can click some of them and type things, but not all.

Does anyone know a solution?

Do you have a repro? :wink:

It is not possible to help you just based on your description

https://playground.babylonjs.com/#LLMMMP

This is because the textblocks are over the inputs:

Thanks. I finally got it to work.
At first i didn’t understand what you meant, but then I started changing the width of the text and it worked

1 Like