Search Unity

Grab and Drag only objects with collider

Discussion in 'EditorXR' started by De-Panther, Mar 1, 2017.

  1. De-Panther

    De-Panther

    Joined:
    Dec 27, 2009
    Posts:
    589
    I noticed that GameObjects with a collider, you can move using the transform tool and using Grab and Drag with the controller.
    But GameObjects without a collider, you can only move using the transform tool.

    Wouldn't it be better to have the option to grab and drag GameObjects without a collider?
     
  2. amirebrahimi_unity

    amirebrahimi_unity

    Joined:
    Aug 12, 2015
    Posts:
    400
    Not sure where you are seeing that. Our system allows direct grabbing and dragging of objects even without a collider. Do you mean a GameObject without any meshes?
     
  3. De-Panther

    De-Panther

    Joined:
    Dec 27, 2009
    Posts:
    589
    My bad,
    After that we found the IUsesSpatialHash and it solved the problem.