Files
Fishing2/Packages/com.jbooth.microsplat.streams/package.json
2025-06-04 09:09:39 +08:00

29 lines
904 B
JSON

{
"name": "com.jbooth.microsplat.streams",
"displayName": "MicroSplat-Streams",
"version": "3.9.0",
"author": {
"name": "Jason Booth",
"email": "slipster216@gmail.com",
"url": "http://jdbtechservices.com/"
},
"unity": "2019.4",
"samples": [
{
"displayName": "Streams and Lava Example",
"description": "Example of the dynamic Streams and Lava effect",
"path": "Samples~/Streams"
}
],
"dependencies": {
"com.jbooth.microsplat.core": "3.9.0"
},
"description": "The Streams module for MicroSplat allows for wetness, puddles, streams and lava on MicroSplat terrains or meshes. Terrains can even support dynamic stream and lava emitters",
"keywords": [
"MicroSplat",
"Terrain",
"Shader"
],
"documentationUrl": "https://docs.google.com/document/d/1EAOIWr_qJ4aE3WZbDxfPRRBBzGh7fbyyQmHMFCBbQHI/edit?usp=sharing",
"type": "tool"
}