Slate — MRTK3

Slate

Note

In the majority of cases, the hybrid Canvas UI prefabs offer a much more powerful designer workflow, with dynamic resizing, reflow, alignment, padding, realtime layouts, albeit requiring prior experience with Unity UI. You can learn more about how the hybrid Canvas UI system works here, and refer to the comparison table here.

The non-Canvas Slate prefab offers a thin window-style control for displaying 2D content, such as plain text and images. It offers a grabbable title bar and Close functionality. When building Canvas layouts, consider using a Canvas rounded rect directly as part of your layout.

For smaller, simpler collections of UI, consider using a near menu instead.