Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Include paths in Unity 2018.3bf1 with PPSv2 installed as a package

Discussion in '2018.3 Beta' started by transat, Dec 8, 2018.

  1. transat

    transat

    Joined:
    May 5, 2018
    Posts:
    779
    Have the include paths changed recently? getting Postprocessing related errors that only go away when I change certain PPS shaders from

    #include ".../XXX.hlsl"


    to

    #include "Packages/com.unity.postprocessing/PostProcessing/Shaders/XXX.hlsl"
     
    Immu likes this.