Difference between revisions of "MRTK"

From
Jump to: navigation, search
(Created page with "Short intro: * '''ObjectManipulator''' script that you'll apply to a cube for direct manipulation with hands * '''SinglePass instanced''' rendering optimizes the Unity render...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Short intro:
+
The MRTK v2 with Unity is an open-source cross-platform development kit for mixed reality applications. MRTK version 2 is intended to accelerate development of applications targeting Microsoft HoloLens, Windows Mixed Reality immersive (VR) headsets, and OpenVR platform. Android and iOS device support is also available.
 +
 
 +
[[https://docs.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/?view=mrtkunity-2021-05 Here]]is the official docs
 +
 
 +
Summary
  
 
* '''ObjectManipulator''' script that you'll apply to a cube for direct manipulation with hands
 
* '''ObjectManipulator''' script that you'll apply to a cube for direct manipulation with hands
Line 6: Line 10:
 
* Aim for 60 FPS
 
* Aim for 60 FPS
 
* Turn on '''Depth Buffer Sharing''' (16-bit depth is better)
 
* Turn on '''Depth Buffer Sharing''' (16-bit depth is better)
 +
* (Unity 2020 + OpenXR) Choose Release Build (there are known performance issues with Debug)

Latest revision as of 22:53, 24 January 2022

The MRTK v2 with Unity is an open-source cross-platform development kit for mixed reality applications. MRTK version 2 is intended to accelerate development of applications targeting Microsoft HoloLens, Windows Mixed Reality immersive (VR) headsets, and OpenVR platform. Android and iOS device support is also available.

[Here]is the official docs

Summary

  • ObjectManipulator script that you'll apply to a cube for direct manipulation with hands
  • SinglePass instanced rendering optimizes the Unity rendering pipeline
  • MRTK Shaders instead of Unity 3D standard shader
  • Aim for 60 FPS
  • Turn on Depth Buffer Sharing (16-bit depth is better)
  • (Unity 2020 + OpenXR) Choose Release Build (there are known performance issues with Debug)