Files
Outline-Toolkit/package.json
2025-07-20 21:01:09 +08:00

34 lines
1.0 KiB
JSON

{
"name": "com.unityfx.outline",
"version": "0.8.5",
"displayName": "Outline toolkit",
"description": "This package contains configurable per-object and per-camera outline effect implementation for built-in render pipeline. Both solid and blurred outline modes are supported (Gauss blur), as well as depth testing. Reusable and extensible API.",
"unity": "2018.4",
"keywords": [
"UnityFx",
"UnityFx.Outline",
"outline",
"post-effect"
],
"category": "UnityFx",
"author": {
"name": "Arvtesh",
"email": "arvtesh@gmail.com"
},
"license": "MIT",
"homepage": "https://github.com/Arvtesh/UnityFx.Outline",
"repository": {
"type": "git",
"url": "https://github.com/Arvtesh/UnityFx.Outline.git"
},
"bugs": {
"url": "https://github.com/Arvtesh/UnityFx.Outline/issues"
},
"samples": [
{
"displayName": "Example Setting",
"description": "",
"path": "~Samples/Example"
}
]
}