My game have only UI in Canvas. How to best optimize ?

My game have only UI in Canvas. How to best optimize ?

Example how to setting camera for only UI ?

The best way to optimize is to use the Unity profiler to determine what is slowing you down, and address those issues first.

If you are optimizing “just because” then you are wasting your time.

1 Like

I understand it’s not necessary. But I want to best performance for my game.

Did you use the Profiler to identify areas in your code that are taking a long time to execute?

1 Like

If you do intend to waste your time, then the profiler is still the best option.

2 Likes

Properly used, the profiler will enable you to optimize the wasting of time.

1 Like

Wait - is there more than 1 Kurt Dekker?

One plays modern warfare.

There’s a bunch of good stuff on what makes the UI slow in this talk, and how to fix those problems.