add Lit Decal shader graph

This commit is contained in:
Kirill Chikalin
2024-11-19 11:53:52 +03:00
parent c09c438cd9
commit 8fce45ede5
17 changed files with 5982 additions and 8546 deletions

View File

@@ -7,6 +7,7 @@
"com.unity.inputsystem": "1.11.2",
"com.unity.multiplayer.center": "1.0.0",
"com.unity.render-pipelines.universal": "17.0.3",
"com.unity.splines": "2.6.1",
"com.unity.test-framework": "1.4.5",
"com.unity.timeline": "1.8.7",
"com.unity.ugui": "2.0.0",

View File

@@ -80,7 +80,7 @@
},
"com.unity.mathematics": {
"version": "1.3.2",
"depth": 2,
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
@@ -150,6 +150,13 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.settings-manager": {
"version": "2.0.1",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "17.0.3",
"depth": 1,
@@ -159,6 +166,17 @@
"com.unity.searcher": "4.9.2"
}
},
"com.unity.splines": {
"version": "2.6.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.mathematics": "1.2.1",
"com.unity.settings-manager": "1.0.3"
},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.4.5",
"depth": 0,