You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Constraint Manager options, many constraint options that were available in MRTK2 is missing in MRTK3.
For example, Rotation Constraint is missing which is needed to make the object stay vertical while moving/manipulating.
The text was updated successfully, but these errors were encountered:
The reason most of the constraints are still missing is because we want to rewrite the constraints/solvers system into a single unified system, a la #10759 . @RogPodge do you think we should add/port the rest of the legacy constraints even though we really don't like the existing constraints/solvers situation?
The reason most of the constraints are still missing is because we want to rewrite the constraints/solvers system into a single unified system, a la #10759 . @RogPodge do you think we should add/port the rest of the legacy constraints even though we really don't like the existing constraints/solvers situation?
I see! I thought it was an editor UI bug not showing the full list of constraints.
This issue is currently blocking our project from proceeding to use ObjectManipulator for anchor manipulation - we'd like to use RotationAxisConstraint to prevent roll, but it'd unclear how to add it back in. Similarly, MoveAxisConstraint is fairly essential. I have use cases for pretty much all of the constraints including MaintainApparentSize, but those two are the P0's for us currently.
This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:
Describe the bug
In the Constraint Manager options, many constraint options that were available in MRTK2 is missing in MRTK3.
For example, Rotation Constraint is missing which is needed to make the object stay vertical while moving/manipulating.
The text was updated successfully, but these errors were encountered: