Created
June 1, 2018 09:33
-
-
Save stramit/2ffa929db2537de99cf9b9e37fe2089d to your computer and use it in GitHub Desktop.
Example Project Manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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