I´m looking to replace the Interaction Controller with a Raycast to have more realistic interactions instead of the default trigger box, does any one made such thing before?
  • Well, I haven't made something like it, but you'd just need to take a look at the InteractionController component script (included in the full version) and write a similar script that does a raycast every frame (Update function).

    Otherwise, for an easy solution you could just use an interaction controller with a trigger shaped similar like a raycast (i.e. small, thin and long :D).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.