/mrtk-tips

Repository containing tips for using MRTK.

Primary LanguageC#

MRTK Tips

This repository contains tips for using MRTK, mostly from answering stackoverflow questions and sharing #mrtktips examples on Twitter.

Setup

  1. These examples mostly use Unity. Install the latest version of Unity 2019.
  2. Clone this repository, then open the projects under unity/MRTKTipsUnity2019

Note: I also provide some unity packages, under unity/unitypackages. These do not contain mrtk files. Feel free to import these packages instead of cloning the project.

Unity Examples

All examples use an unmodified version of MRTK 2.0 release

Clone Objects on Grab

From this twitter post. Demonstrates how to clone objects on grab. Location