renderfeature only on one camera?

how do i set render features so it only affects one camera?

You can create different renderers with different sets of renderer features and assign them to different cameras. Or if you’re using your own renderer features you can check the camera in AddRenderPasses method using RenderingData parameter (is has a cameraData field which contains the reference to the current camera).

2 Likes

Oh off course! thanks man!