TextInput field doesn't appear after the first call

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
domopuff
Posts: 22
Joined: Fri May 13, 2022 2:26 am

TextInput field doesn't appear after the first call

Post by domopuff »

Hi Tony,

I've got a strange problem when I call for a text input in the sequence command.

Code: Select all

TextInput(Text Field UI,Bid Amount, TowerFuture.BidAmount, 9)@.3;
The first time it calls it shows up and accepts the input. The second I try to recall (for example to do a rebid), it doesn't show up and I get softlocked in the conversation

I also get this error whenever I quit play mode.
MissingReferenceException: The object of type 'StandardUIInputField' has been destroyed but you are still trying to access it.

What do you think might be the issue here?

Thank you.
domopuff
Posts: 22
Joined: Fri May 13, 2022 2:26 am

Re: TextInput field doesn't appear after the first call

Post by domopuff »

Ah what a stupid me.

There was another gameobject with the same name as the textinput field in the scene. That's why it didn't work.

All good now. Thank you!
Post Reply