This is the project used in the Unite Copenhagen 2019 presentation: Building UI for games with the new UI Builder
Перейти к файлу
damian fa4f2c70cf Removed runtime package readme as it's misleading 2020-02-10 13:48:04 -05:00
Assets Removed runtime package readme as it's misleading 2020-02-10 13:48:04 -05:00
Packages Updated to latest 0.9.0 builder package 2019-11-25 22:30:17 -05:00
ProjectSettings Embedded Runtime package 0.0.3 release 2019-11-25 14:14:08 -05:00
.gitignore Removed Packages from gitignore 2019-09-26 22:27:08 +02:00
README.md Updated README 2019-11-26 16:42:48 -05:00

README.md

UIElements Unite CPH 2019 Runtime Demo

Demo files for the Unite Copenhagen 2019 UIElements Runtime and UI Builder presentation:

Building UI for games with the new UI Builder

Unite Demo Video

https://youtu.be/t4tfgI1XvGs

https://youtu.be/t4tfgI1XvGs

Installation

  • Tested against: Unity 2019.3.0b12

Demo Files

  • Open the UI Builder from: Window > UI > UI Builder
  • All sample assets are in: Assets/DemoUI
  • To open demo scene, open: Assets/MainDemo.unity
  • All UI logic in: Assets/Tanks/Scripts/Managers/GameManager.cs

Runtime

Runtime support for UIElements is still in development. This project has an earlier version embedded, inside the Assets/UIRuntime folder. This implementation provides the Panel Renderer component which can be used to display UIElements and capture UI events in the Game view.