I create global variables (text)
-firstname
-secondname
-fullname
i add 2 textboxes
-for type first name
-for type second name
Now in events i set to every tick
set GV firstname to textbox firstname.text
and this same forsecond name
in inspector when i type i see typed text in this two variables
but when i set in events
set global variable fullname firstname + secondname
text are not connected
full name global variable display only first name
Why?
how fix this?