Tips and Tricks for Optimising Unity UI Andy Touch Product Content Evangelist, Unity Technologies Unity UI Unity UI Visual Interactive Layout Text Image Raw Image Button Toggle Slider etc Vertical Group Content Size Fitter Layout Element etc In an Ideal World… …However, This Button Does Not Exist! Optimising UI is Case-By-Case Dependent • Range of Platforms: Mobile, to Console, to VR. • Range of Styles: 2D, 3D, Mixed • Range of Genres: Racing, FPS, 2D Platformer, etc • Not all advice will work in all use-cases! • Always best to Profile and Test on target device. The Balance of UI Systems Flexibility Performance UI Batching UI Batching Rules A UI Batch Happens When 2 or more Visual Components… • Are on the same Canvas. • Share the same Material. • Share the same Sprite Asset. • Have RectTransforms that are Co-Planar to each other (Same Z Pos) • Are clipped by the same Mask. Frame Debugger and UI Profiler Demo! Sprite Atlas Demo! UI Shaders • All Visual Elements: ‘UI/Default Shader’. • Supports Masking, Clipping, Vertex Coloring etc • Built-In Unity Shader Source Code: Unity Archive Page • All Shader Source Code can be customised! • Demo Time! Text Mesh Pro • Advanced Text Customisation and Rendering System • Very Popular Unity Asset Store Package • Acquired by Unity Technologies in February 2017 • Free to Download Today! • Demo Time! The Rebuild Process • UI Element Layout changes -> Element is set to ‘Dirty’. • UI Element Graphic changes -> Element is set to ‘Dirty’. • Rebuild Process: Recalculates the ‘Dirty’ components/objects. • This can be seen in the Profiler as ‘Canvas.SendWillRenderCanvases’ Unity UI - Source Code bitbucket.org/Unity-Technologies/ui UI Source Code – ‘Graphic.cs’ UI Source Code – ‘Graphic.cs’ UI Source Code – ‘Graphic.cs’ UI Source Code – ‘Graphic.cs’ Layout Components • Vertical, Horizontal, Grid, Layout Element, etc • Very useful for structuring UI and setting up UI elements in order. • Child Order determines how the Layout is structured. • RelatedRectTransform Changes -> Layout is set to ‘Dirty’. • Layout is ‘Dirty’ -> Added to Rebuild Process UI Source Code – ‘LayoutGroup.cs’ UI Source Code – ‘LayoutGroup.cs’ UI Source Code – ‘LayoutGroup.cs’ Layout Components • • • • • Suggestions: Enable Layout when needed to be rebuilt. Disable when not needed. Smaller number of child elements being rebuilt; combine UI elements. Create own Layout Manager Script; Control ‘when’ Layout is updated. Object-Pooled Scroll List; Reuse elements as they are scrolled. Rebuild Process – Pixel Perfect • When RectTransform’s move, they will snap to exact pixel edges. • Pro: ‘Pixel Perfect’ visuals. • Con: Very expensive for many moving elements. Canvas Rebuilding – Animator • ‘Animator’ on UI – for Buttons, Transitions, etc • In ‘Graphic.cs’: Sub Canvases • It is possible to add a ‘Canvas’ component to child UI of a Canvas. • This will create a ‘Sub-Canvas’. • Can be used to isolate Canvas rebuilds. • A Sub-Canvas will: - Have its own independent settings (Such as Pixel Perfect) - Rebuild its child batches, when required. - Can enable and disable visibility of all child elements. • Demo Time! Unity UI - Source Code bitbucket.org/Unity-Technologies/ui Unity UI – Best Practices Guide unity3d.com/learn/tutorials/topics/best-practices Thank You! Any Questions? @andytouch PPT template Korean version 이름 세션명, 회사명 주요 헤드라인을 작성해주세요~ (3줄 이내) 헤드라인은 2줄 이내로 작성하시고, 가운데 정 렬 부탁드립니다. • 세션 내용을 작성해주세요 Thank you!
© Copyright 2026 Paperzz