URP Setup
SETTING UP TAGS
GameObject Tag ReferenceURP Basic Setup:
Select your "Main Camera" and set the "Culling Mask" so that you UNTICK the "ExamineLayer" & "InspectPointLayer" - As we don't want the main camera to render our examinable objects.
Select the βExamine Cameraβ and make sure the βCulling Maskβ is set to βExamineLayerβ & "InspectPointLayer" β Make sure to create this in the layers at the top right of the inspector if not already
Make sure that all inspect points have the layer of: "InspectPointLayer" and NOT "ExamineLayer" or it will not detect them.
Select the βExamine Cameraβ and make sure itβs type is βOverlay Cameraβ and NOT βBaseβ. Only one camera, your main camera should be set to βBaseβ.
On the "Main Camera" find the "Stack" options and click the "+" icon and now add the "ExamineCamera" to this slot
Example Using Blur:
Last updated
Was this helpful?