Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Tutorial - Reusable Components with UI Toolkit

Discussion in 'Community Learning & Teaching' started by ChrisKurhan, Apr 11, 2023.

  1. ChrisKurhan

    ChrisKurhan

    Joined:
    Dec 28, 2015
    Posts:
    265


    Hey all ! Happy #TutorialTuesday!

    This week you'll learn how to use UI Toolkit to create reusable components that encapsulate behaviors and interactions. We're creating a custom Visual Element for use in the Editor, but the same concept can be applied to runtime GUIs. Making reusable components reduces duplication of effort and unifies user interaction with your controls!

    ‍ You can see the specific examples implemented on the Gun Scriptable Object Series GitHub
     
    synasius likes this.