Are you developing for HoloLens in Unity and want see a realistic game view that reflects the HoloLens resolution? This article describes how to add a custom aspect for the HoloLens.

HoloLens game window size in Unity editor.

Unity’s game view control bar allows you to choose aspects (sizes). The aspect dropdown lists the available sizes:

sizes

The HoloLens resolution

According to the HoloLens documentation, the default and maximum supported resolution is 720p (1268x720). To add that resolution,

add

aspect

The game view now better reflects what you will see when deploying to the HoloLens.

gameview

Written by Loek van den Ouweland on 2018-04-18.
Questions regarding this artice? You can send them to the address below.