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
Investigated the draft PR with the new transformations system and Object Manipulator today: #11323
Basic manipulation with the new ObjectManipulator worked fine (near/far interaction to move).
However, the transformations system still seems to be unfinished:
Bug: I was unable to add any constraints other than the MinMaxScale constraint. (hitting an exception when try to create the class)
Bug: Setting min and max scale to identical causes the object to start stuttering
Bug: Even with the MinMaxScale constraint, I was able to scale the object up beyond the limit. The script would snap the object back to the limit once I stopped the interaction. The constraint system doesn't allow the user to scale the object beyond the limit on the initial interaction
The MinMaxScale transformation doesn't have the "relative to initial state" flag yet which the MRTK 2 defaults to.
Based on these bugs, I would suggest holding off on the transformations system for GA and adding it in a future release.
No description provided.
The text was updated successfully, but these errors were encountered: