Search Unity

Vive Trigger on controller still collides with Sphere Collider on ball

Discussion in 'Physics' started by apiotuch, Jun 23, 2016.

?

Does the Vive make you feel like a kid again?

Poll closed Aug 11, 2016.
  1. Absolutely!!!

    100.0%
  2. I'm dead inside...

    0 vote(s)
    0.0%
  1. apiotuch

    apiotuch

    Joined:
    Oct 8, 2009
    Posts:
    42
    I am developing using HTC Vive, and One basic thing, attaching a collider to the controller and setting isTrigger to true, I still collide with a sphere GameObject in the scene, meaning I still add a force to the sphere. Any ideas why this is the case? I think this is a Vive + Unity issue.
     
  2. apiotuch

    apiotuch

    Joined:
    Oct 8, 2009
    Posts:
    42
    Never mind, I had placed I line of code outside of a condition.