I downloaded the uGui actions and samples, I watched the video from Wiki. The simplest task seems impossible to do now...
I see that all other GUI elements working fine -- Sliders, Buttons, Scrollbars, ect ...but how do I change a simple text now with this new scheme? The text element shows an error once I attach the PlayMakerUGuiComponentProxy script (it warns that it is " not a valid UIcomponent")
How do I make a simple text a "Valid UI component", so I can make this text as dynamic as it is shown in the sample? (Where the text below the slider shows the result of changing values).
I don't want any buttons or any other "GUI elements" just the text...