Skip to content

Instantly share code, notes, and snippets.

@stramit
Created June 1, 2018 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stramit/2ffa929db2537de99cf9b9e37fe2089d to your computer and use it in GitHub Desktop.
Save stramit/2ffa929db2537de99cf9b9e37fe2089d to your computer and use it in GitHub Desktop.
Example Project Manifest
{
"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"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment