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

Question Shader graph breaks entire project

Discussion in 'Shader Graph' started by CactusCactu, Apr 20, 2019.

  1. CactusCactu

    CactusCactu

    Joined:
    Apr 6, 2019
    Posts:
    9
    Hi, currently working in HDRP and just downloaded shader graph and everything turned gray. Basically nothing rendered but gray default sky box thingy. Uninstalled and reinstalled the entire application but the same. It does not come back when I remove shader graph package. Error messages attached upload_2019-4-20_23-31-54.png
     
  2. alexandral_unity

    alexandral_unity

    Unity Technologies

    Joined:
    Jun 18, 2018
    Posts:
    163
    It seems like you might have some package version mismatches. You can try deleting the com.unity.render-pipeline folders from your project's Library > Package Cache, and then in the Package Manager window only install the High Definition package. The other packages (Core and Shader Graph) will load automatically.
     
    CactusCactu likes this.
  3. CactusCactu

    CactusCactu

    Joined:
    Apr 6, 2019
    Posts:
    9
    Thx! I have dealt with it by starting a new project with 3D templet> download ShaderGraph > download HDpipeline > Switch the render pipeline of the project and import the package I worked on. Bit messed but worked. Will try your advice :)