Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to fix error

Discussion in 'Graphics Experimental Previews' started by AaronC, Aug 11, 2018.

  1. AaronC

    AaronC

    Joined:
    Mar 6, 2006
    Posts:
    3,552
    Hi folks,

    how do I get around this error?
    Assembly has reference to non-existent assembly 'Unity.Postprocessing.Runtime' (Assets/ScriptableRenderPipeline-master/com.unity.render-pipelines.high-definition/HDRP/Editor/Unity.RenderPipelines.HighDefinition.Editor.asmdef)

    I downloaded the latest scriptable render pipeline stuff from github

    Thanks
     
  2. Remy_Unity

    Remy_Unity

    Unity Technologies

    Joined:
    Oct 3, 2017
    Posts:
    697
    1. It seems that you imported the SRP repository directly in your assets folder, and that is not how it is supposed to be done :
    2. The post processing stack needed for HDRP lives in it's own repository and package, you can just add the post processing stack from packages manager.