Search code examples
unity-game-enginehololensmrtk

Is the resolution of HoloLens 2 really 2048*1080?


I created a canvas with Render Mode Screen Space - Camera and UI Scale Mode Scale With Screen Size. Then I set the Reference Resolution to 2048 * 1080. canvas settings

I put a circular ring in the upper right corner of the canvas. However, after deploying the project, part of the ring is obscured in HoloLens. canvas in unity canvas in HoloLens 2

So I want to know if the resolution of HoloLens 2 is really 2048 * 1080, or if there is a mistake in my project?


Solution

  • HoloLens 2 is set to the maximum render target size, which is 1440x936, by default. For more information please see:Supported resolutions on HoloLens 2