Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Other Guide to Enabling HDRP Features - How to fix (the current HDRP asset does not support X)

Discussion in 'High Definition Render Pipeline' started by PutridEx, Mar 15, 2023.

  1. PutridEx

    PutridEx

    Joined:
    Feb 3, 2021
    Posts:
    1,136
    The way you enable features in HDRP is a bit more complex than other pipelines.
    But in reality, once you understand it, it's simple.

    First, you need to enable the feature in your HDRP asset. This doesn't mean it's ON, this means you now have the ability to turn it on or off for your scene as you wish.

    To do this, follow this video:



    --
    in text:
    In HDRP, if you want to enable the capability of adding a feature, you need to enable that feature in your HDRP asset found in project settings > under quality (you can tell which HDRP asset you're using from quality > Render pipeline asset. (all Shown in the video above)

    You also need to enable it in your frame settings. This can be done in HDRP global settings, or per camera. This is also shown in the above video.

    Frame settings can be enabled from your project settings > global HDRP settings
    OR you can do it per camera in "custom frame settings"

    That's it, now you can add the feature you want, if it's something like SSGI/SSAO/SSR, you add them in your post process volume as an override.