Skip to content

Commit 55462aa

Browse files
committed
Updating package so that we get a new version number & remove bit that says we don't support deferred
1 parent c1903fe commit 55462aa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.MD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ Once it's been installed, it should simply be a matter of just making a Shader G
1818
![Shader Graph](https://i.imgur.com/r4LI0g5.png)
1919

2020
## Known issues
21-
* VFX modifications have not been made, but should just be a missing GUI that needs to be created
22-
* Deferred rendering path is not supported, since I didn't need it. Adding it should be a simple matter of creating the relevant .hlsl file for the GBuffers and then hooking the UniversalSimpleLitSubTarget to use it
21+
* VFX modifications have not been made, but should just be a missing GUI that needs to be created

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.zallist.universal-shadergraph-extensions",
33
"displayName": "Universal Shader Graph Extensions",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"documentationUrl": "https://github.com/zallist/UnityShaderGraphExtensions",
66
"licensesUrl": "https://github.com/Zallist/unity-universal-shadergraph-extensions/blob/main/LICENSE",
77
"description": "This plugin simply adds a Simple Lit material (SubTarget) to the Universal target for Shader Graph"

0 commit comments

Comments
 (0)