升级水插件

This commit is contained in:
2026-01-31 00:32:49 +08:00
parent a739d2fe3b
commit 4123e83573
293 changed files with 13449 additions and 2853 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "com.waveharmonic.crest",
"version": "5.6.6",
"version": "5.7.0",
"displayName": "Crest",
"description": "An advanced water system for Unity.",
"unity": "2022.3",
"unityRelease": "21f1",
"unityRelease": "62f3",
"hideInEditor": false,
"documentationUrl": "https://docs.crest.waveharmonic.com/About/Introduction.html",
"changelogUrl": "https://docs.crest.waveharmonic.com/About/History.html",
@@ -35,6 +35,11 @@
"description": "Demonstrates wakes using the Sphere Water Interaction.",
"path": "Samples~/Wakes"
},
{
"displayName": "Waterfall",
"description": "An example of kitbashing a waterfall using various inputs.",
"path": "Samples~/Waterfall"
},
{
"displayName": "Boats",
"description": "Simple examples using boats.",
@@ -42,7 +47,7 @@
}
],
"dependencies": {
"com.unity.render-pipelines.core": "14.0.11",
"com.unity.shadergraph": "14.0.11"
"com.unity.render-pipelines.core": "14.0.12",
"com.unity.shadergraph": "14.0.12"
}
}