Search Unity

Trouble getting UIElements runtime package

Discussion in 'UI Toolkit' started by Blargenflargle, Dec 5, 2020.

  1. Blargenflargle

    Blargenflargle

    Joined:
    Feb 24, 2019
    Posts:
    92
    I've been looking for where to get the UIElements runtime package for a while now and I just can't find it. Any hints as to where or how I can get it?

    Also are there any good examples of entirely procedural GUIs using this package? That is, UIs written entirely in C#? Thank you.
     
  2. Chris-Trueman

    Chris-Trueman

    Joined:
    Oct 10, 2014
    Posts:
    1,261
    The first first sticky post on UI Toolkit forums has the info on how to set it up for runtime. It as easy as opening the package manager and adding from a git URL then typing in com.unity.ui for the URL.

    As for procedural, there are a few different ways to code the UI. With the system being quite new and lacking in examples you will have to search around. The forums here are probably the best place.
     
  3. Blargenflargle

    Blargenflargle

    Joined:
    Feb 24, 2019
    Posts:
    92
    Thank you, not sure where I got tripped up. Now that I look again it's very obvious. And I'll have a look for procedural stuff.