Search Unity

Trying to get Google Daydream controller laser to pass through a collider to hit another collider

Discussion in 'Daydream' started by DerekJBell, May 23, 2018.

  1. DerekJBell

    DerekJBell

    Joined:
    Jun 26, 2017
    Posts:
    1
    Hi, I am currently trying to find a way to get my controller laser to pass through a wall collider to reach a ball behind it. The ball has it's own collider and works without the wall, but I need the wall there to contain the balls. I have tried putting the wall and laser on different layers but that does not seem to work.

    The wall is there because it is part of a container that contains the balls, but the player is outside and needs to select certain balls once they stop bouncing.

    Does anyone know of a solution? Thanks!