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
6.01k stars 2.12k forks source link

TransformExtensions class exists in MRTK2, we should add it to MRTK3 #11408

Closed shaynie closed 1 year ago

shaynie 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:


TransformExtensions.cs contains useful extension methods for transforms. It's in the MRTK2 foundation package. We should bring it in to the MRTK3 package as well.

shaynie commented 1 year ago

Resolved with https://github.com/microsoft/MixedRealityToolkit-Unity/pull/11435