123456789101112131415161718192021222324252627 |
- {
- "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"
- }
- }
|