What is a technique for optimizing Unity UI elements?
Group as many UI elements as possible onto only one canvas
Group static UI elements on one canvas, and dynamic elements on a separate canvas
Divide the screen into multiple canvas objects, each sized to a quarter of the screen size
Position all canvas objects to the world origin