Search Unity

What will give UI Elements a better performance than ugui?

Discussion in 'UI Toolkit' started by MrMatthias, Dec 18, 2019.

  1. MrMatthias

    MrMatthias

    Joined:
    Sep 18, 2012
    Posts:
    191
    One of the design goals of UI Elements is to increase the performance. Can you give an insight on how this will be achieved? Will it batch the rendering more effectively? Does it use DOTS for the layout engine?
     
  2. HugoBD-Unity

    HugoBD-Unity

    Unity Technologies

    Joined:
    May 14, 2018
    Posts:
    497
    Hi MrMathias!

    Here's a great talk on the UIElements renderer that explains pretty well the reasons behind its performance:


    Concerning using DOTS to improve performances, this is not something we leverage yet, but it is definitely to come.
     
    ribbanya and MrMatthias like this.