Search Unity

Question Scale, Rotate, Translate without Selecting

Discussion in 'XR Interaction Toolkit and Input' started by danUnity, Mar 26, 2021.

  1. danUnity

    danUnity

    Joined:
    Apr 28, 2015
    Posts:
    229
    Hi,

    I don't want to force the user to select a graphic before allowing him/her to scale/rotate/translate the graphic.

    I just created three new interactables called GestureRotate, GestureTranslate and GestureScale and I'm returning true for all the functions "CanStartManipulationForGesture" functions but it stills doesn't allow me to manipulate the graphic without selecting it.

    What I am missing?