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. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question UI Toolkit code / customization

Discussion in 'UI Toolkit' started by joonryul, Aug 3, 2022.

  1. joonryul

    joonryul

    Joined:
    Jun 28, 2022
    Posts:
    2
    Now that Toolkit is no longer a package is the lastest source code after 1.0.0-preview18 no longer available?
     
  2. antoine-unity

    antoine-unity

    Unity Technologies

    Joined:
    Sep 10, 2015
    Posts:
    737
    That's right. Unity publishes a C# read-only repo of the core Engine/Editor if you want to read the code:
    https://github.com/Unity-Technologies/UnityCsReference/tree/master/ModuleOverrides/com.unity.ui

    But this doesn't allow you to modify the code.
    Full disclaimer : this reference is something that was the initiative of a individual employees and it's unclear what its future will be.
     
  3. joonryul

    joonryul

    Joined:
    Jun 28, 2022
    Posts:
    2
    RIP thats unfortunate :( Our team was looking forward to being able to customize it. Thanks for the reply!