microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

Sample Scene: Add PrimaryPointerExample to MRTK3 #11506

Closed AMollis closed 1 year ago

AMollis commented 1 year ago

This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:


MRTK2 Scene Name

PrimaryPointerExample

Overview

This example shows how to keep track of the primary pointer using primary pointer changed events. The PrimaryPointerHandlerExample script uses those events to apply a highlight to the cursor of the current primary pointer.

Additioanl Context

AMollis commented 1 year ago

Cutting this sample.