Hello,
I'd like to populate a Textfield input with a default text string. I've created a C# script which triggers the Textfield InjectChar method for each character. But since the C# script is updating the output every time before a frame is rendered. It takes for example 1 second before a Textfield input is populated with a string with 50 characters for example.
Is there another solution to set a Textfield input with a default value?
Kind regards,
Rogier
Textfield InjectChar
Moderator: Support
- Daniel Willer
- Posts: 309
- Joined: 06 Jan 2012, 18:12
Re: Textfield InjectChar
Why don't you run through all characters in single frame? I have done it in the past and for sure you don't have to do it one character by frame.
Regards
Daniel
Regards
Daniel