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

Tagslong.cs #407

Closed Joeeeeeeeee closed 7 years ago

Joeeeeeeeee commented 7 years ago

My BoxCollider Size = (1,1,1) when MinimumHorizontalOverlap and MinimumVerticalOverlap both set 1f, My UI always shake.

StephenHodgson commented 7 years ago

I'd suggest using the Sphere Based Tagalong. I've seen better performance and behavior from just the Tagalong script.

Kinda a duplicate of https://github.com/Microsoft/HoloToolkit-Unity/issues/111?

StephenHodgson commented 7 years ago

closing this in favor of 111