What I did:
- Installed UIElements 0.10.0 via the package manager
- Copied the Assets/UIERuntime folder from this repo (GitHub - Unity-Technologies/UIElementsUniteCPH2019RuntimeDemo: This is the project used in the Unite Copenhagen 2019 presentation: Building UI for games with the new UI Builder)
- Opened the ui builder, added a new button and saved the ui
- Right-clicked in the scene hierarchy and added uielements → panel
- Set the “Uxml” and “Unity Style Sheet” to the ones I created earlier
- Pressed play
I would expect to see the button at this point, but nothing shows up and there are no error messages.
Am I missing a step?
I used Unity 2019.3.0f3. I also tried with version UIBuilder 0.9.0, but it made no difference.