Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

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:
    566
    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

    Unity Technologies

    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:
    566
    My bad,
    After that we found the IUsesSpatialHash and it solved the problem.