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?