Scaling

Revision for “Scaling” created on October 17, 2016 @ 06:22:41

Title
Scaling
Content
When creating games and applications for various devices, making sure that your UI looks consistent and scales well between screen resolutions, aspect ratios, and pixel densities can prove to be a challenge. Fortunately, MaterialUI is designed with this in mind, providing components that are able to look pixel-perfect on a variety of different displays. Here are some tips to get the most out of MaterialUI's scaling features. Each root canvas containing MaterialUI components will need the CanvasScaler and MaterialUIScaler attached, as they are used for many MaterialUI elements. It is recommended to read the documentation on the <a href="http://materialunity.com/documentation/helper-components/materialuiscaler/">MaterialUIScaler</a> component. <a href="http://materialunity.com/wp-content/uploads/2016/07/scaling-inspector.png" rel="attachment wp-att-285"><img class="size-full wp-image-285 aligncenter" src="http://materialunity.com/wp-content/uploads/2016/07/scaling-inspector.png" alt="scaling-inspector" width="544" height="250" /></a> <p style="text-align: center;"><span style="color: #999999;"><em>A Canvas, CanvasScaler, and MaterialUIScaler in the inspector. </em></span></p> <h2 style="text-align: left;"> Mobile Devices</h2> When designing for mobile devices, it's usually best practice to use the 'scale with screen size' mode in the CanvasScaler, as it's able to scale more reliably (less blurry) than the 'constant physical size' mode. MaterialUI's components are designed to work well at any scaling level, as most assets are vector-based, and applicable sprites include a 100%, 200%, and 400% scaled version. However, they are sized to 'feel right' on mobile devices when a reference resolution of 360x640 (when in portrait. Flipped when in landscape). <h2>Icons</h2> MaterialUI comes with a font-based icon system that allows you to use vector icons in your projects, cutting down on filesize and improving scaling quality. Rather that having blurry sprites at varying scales, or having to include multiple sizes of the same sprite, you can simply use a <a href="http://materialunity.com/documentation/control-components/vector-images/">VectorImage</a> which will scale perfectly to any resolution.
Excerpt


OldNewDate CreatedAuthorActions
October 17, 2016 @ 06:22:41 admin
October 17, 2016 @ 06:07:48 admin
October 17, 2016 @ 05:48:46 [Autosave] admin
August 22, 2016 @ 16:23:26 admin
August 22, 2016 @ 13:06:10 admin
August 22, 2016 @ 13:05:32 admin
August 22, 2016 @ 13:04:22 admin
July 14, 2016 @ 09:30:14 admin
July 14, 2016 @ 08:19:39 admin
July 14, 2016 @ 08:10:02 admin