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

Remove SpatialMappingComponents #146

Closed angelaHillier closed 8 years ago

angelaHillier commented 8 years ago

SpatialMappingComponents, which includes the SpatialMappingRenderer and SpatialMappingCollider are no longer necessary, as these components are now built into Unity.

The proposed plan is to remove the components from the HoloToolkit, but keep and update the test scene to use the built-in Unity components.

angelaHillier commented 8 years ago

Test scene was moved into the HoloToolkit-Examples folder and updated to use the new SpatialMappingCollider and SpatialMappingRenderer components that are provided by Unity.