Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug MRTK2 Bounds Control Constraint Manager for Move Axis constraint not working in Unity

Discussion in 'AR' started by RendergonPolygons, Dec 14, 2022.

  1. RendergonPolygons

    RendergonPolygons

    Joined:
    Oct 9, 2019
    Posts:
    98
    In a hololens2 device I want for the user to be able to point and touch a bounding box but not scale/translate/rotate it. I'm working on Unity 2022.1.24 with MRTK 2.8.3.0

    I add a Bounds Control component to the object that holds the following components: a collider and the Constrain Manager component that has a RotationAxisContraint for all=XYZ. I've also constrained scale to 1. However picking the bounding box from the corners allows the user to move the bounding box. How can I stop this translation of bounding box from happening?







     
  2. andyb-unity

    andyb-unity

    Unity Technologies

    Joined:
    Feb 10, 2022
    Posts:
    1,025
    RendergonPolygons likes this.