Page 1 of 1

Textfield InjectChar

Posted: 25 Aug 2016, 15:10
by Total-Image
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

Re: Textfield InjectChar

Posted: 29 Aug 2016, 08:53
by Daniel Willer
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

Re: Textfield InjectChar

Posted: 05 Apr 2017, 11:03
by mythl
UP