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;
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.