Updated shaders for better ECS compatibility.
Showing
- ShaderGraphs/Billboard/Sprite Billboard Colored Alpha Overlay.shadergraph 8 additions, 8 deletions...lboard/Sprite Billboard Colored Alpha Overlay.shadergraph
- ShaderGraphs/Billboard/Unlit Billboard Colored Alpha Overlay.shadergraph 8 additions, 8 deletions...llboard/Unlit Billboard Colored Alpha Overlay.shadergraph
- package.json 3 additions, 2 deletionspackage.json
... | ... | @@ -2,7 +2,7 @@ |
"name": "com.futuretech.shaders", | ||
"displayName": "FutureTech Shaders", | ||
"description": "Contains Unity Shader Graphs", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"unity": "2020.3", | ||
"license": "MIT", | ||
"repository": { | ||
... | ... | @@ -11,5 +11,6 @@ |
}, | ||
"src": "Assets/FutureTech Shaders", | ||
"author": "mg <mjguerre@nps.edu>", | ||
"type": "library" | ||
"type": "library", | ||
"hideInEditor": false | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment