Add water system package

This commit is contained in:
Vova
2023-12-06 20:29:45 +02:00
parent 627a90012a
commit 58d0f79bd1
140 changed files with 33167 additions and 3 deletions
@@ -0,0 +1,12 @@
{
"name": "com.verasl.water-system",
"description": "A water system for URP.",
"version": "1.4.0-preview.1",
"unity": "2019.4",
"displayName": "Boat Attack Water System",
"dependencies": {
"com.unity.mathematics": "1.1.0",
"com.unity.burst": "1.2.3",
"com.unity.render-pipelines.universal": "7.4.1"
}
}