Search Unity

Question Use grab interactable while scaling the game object with joystick

Discussion in 'XR Interaction Toolkit and Input' started by jimmychen0123, Jan 12, 2022.

  1. jimmychen0123

    jimmychen0123

    Joined:
    May 17, 2020
    Posts:
    12
    Hello all,

    In my VR application, users should be able to drag the UI and scale it by using a joystick.

    I thought I could be achieved by using grab interactable, somehow the game object that is grabbed would not be scaled.

    Any alternative approaches? Otherwise, I may need to use simply interactable to implement my own drag feature and scale.