Search Unity

Question Show everything interacting with a plane

Discussion in 'Visual Scripting' started by DutchTristan, Oct 26, 2022.

  1. DutchTristan

    DutchTristan

    Joined:
    Jan 19, 2022
    Posts:
    5
    I'm making a 3D game, but I want to have the camera ONLY display what interacts with a specific plane object I've made. For example, if I had a sphere approach the plane, as it passes through the plane, the camera should only show a circle growing and then shrinking again... is there a way to make the camera only pick up the part of an object that overlaps with this flat plane?