Hello,
I am very excited to learn and (potentially) apply UI Toolkit to an upcoming project. Have been experimenting with it for a few days now and really like the direction it is moving in. That being said, there are a few things I would appreciate help with:
- Seemingly I am unable to write into TextField at runtime, only delete from it. Is it just me?
- Is there a plan to support TextField placeholder in the near future (or perhaps it’s hidden somewhere)?
- When I make use of UIDocument to attach the UXML to the page, it auto adds
- TemplateContainer* as a parent (obviously, as the UXML may have multiple elements at its root ), which is cool. The issue was that the TemplateContainer doesn’t “grow”, so I had to write a query that finds it and resolves that manually. Is that the “normal” way of doing it?
- Any rough ETA for animations? What I actually need is pretty basic: To get UIDocuments move in and out of the screen. Any way to achieve that with current functionality?
Note: I am using UI Toolkit version 1.0.0-preview.3 on Unity 2020.1.0b15
Cheers,
Sahin