Search Unity

Question Is it possible to remove UI Toolkit after adding it for testing?

Discussion in 'UI Toolkit' started by Vaupell, Jul 14, 2022.

  1. Vaupell

    Vaupell

    Joined:
    Dec 2, 2013
    Posts:
    302
    Just out of curiosity,

    I was working on a fun project in 2022.1.4f the last stable and working version of 2022..
    Then gave 2022 Beta a try, which had horible performance and shader issues like no tomorrow.
    So went back to 22.1.4f <3 best version..

    Anyway in that process somewhere along the way, Unity thought it would be a great idea to add
    UI Toolkit to the project, which i strongly disagree, as a old web html and css designer this tool
    makes absolutely no sense. So want to get rid of it and just use the regular unity UI..

    Any tips?

    I would exspect to find it in this area, but nope, it's not showing up.. (ohh wait, old forums, unable to paste pictures when editing.. ) anyway its not showing up in the package manager is what i wanted to show.
     
  2. dlorre

    dlorre

    Joined:
    Apr 12, 2020
    Posts:
    699
    You can still use the old UI, just don't create any UIDocument. If you have done so you can delete it and also delete the folder Assets/UI Toolkit that contains the PanelSettings.

    upload_2022-7-14_19-10-16.png

    As for pasting pictures when editing you need to click More Options... first.
     
    Vaupell likes this.