Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity Editor UXML source?

Discussion in 'UI Toolkit' started by Guedez, Sep 20, 2020.

  1. Guedez

    Guedez

    Joined:
    Jun 1, 2012
    Posts:
    827
    I kinda wanna copy how the "Two Tabs" mode of the Project View displays FBX files, with the right arrow to expand a while lot of inner assets inside the fbx. Is the source and UXML for that anywhere to be seen, or it's proprietary?
     
  2. uMathieu

    uMathieu

    Unity Technologies

    Joined:
    Jun 6, 2017
    Posts:
    396
    You can find the implementation in the reference source:
    https://github.com/Unity-Technologies/UnityCsReference

    The project widow is unfortunately not using UIToolkit. To see if an editor window is using UIToolkit, you can open the UIToolkit debugger by clicking on the ... icon on the upper right. You'll then be able to inspect it's content.