Question by 
               red__carrot · Jul 21, 2017 at 09:56 AM · 
                c#triggerskinect  
              
 
              Trying to make a collision with cardboard
I am trying to make a collision with triggers using cardboard and KinectVR.
I don't understand why it's not working, and I hope someone here coud help me
My code is this one:
 public void OnTriggerEnter (Collider koli)
     {
         if (koli.gameObject.CompareTag ("Player")) 
         {
             print ("Touched!!");
         }
     }
               Comment
              
 
               
              Your answer
 
 
              koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                