Help with text input (SOLVED)

Hey guys,

I am new in defold and having a little problem, I wish someone could help me.

Is there any input/text field in the platform?(exemple: a program that check math results like 2+2= then the player input the value of 4)

Is there a way to hide and unhide objects when the player interect with it?

The basics of text input: Text input

Libraries with UI components:

What do you mean by interact? Click/tap?

You hide/unhide using the disable and enable messages:

3 Likes

Ty, It was really helpful !