Skip to content

Instantly share code, notes, and snippets.

@stramit
Created June 1, 2018 09:33
Show Gist options
  • Select an option

  • Save stramit/2ffa929db2537de99cf9b9e37fe2089d to your computer and use it in GitHub Desktop.

Select an option

Save stramit/2ffa929db2537de99cf9b9e37fe2089d to your computer and use it in GitHub Desktop.

Revisions

  1. stramit created this gist Jun 1, 2018.
    8 changes: 8 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    {
    "dependencies": {
    "com.unity.postprocessing": "file:../ScriptableRenderPipeline/com.unity.postprocessing",
    "com.unity.render-pipelines.core": "file:../ScriptableRenderPipeline/com.unity.render-pipelines.core",
    "com.unity.shadergraph": "file:../ScriptableRenderPipeline/com.unity.shadergraph",
    "com.unity.render-pipelines.lightweight": "file:../ScriptableRenderPipeline/com.unity.render-pipelines.lightweight"
    }
    }