package.json 898 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "com.unityfx.outline",
  3. "version": "0.8.5",
  4. "displayName": "Outline toolkit",
  5. "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.",
  6. "unity": "2018.4",
  7. "keywords": [
  8. "UnityFx",
  9. "UnityFx.Outline",
  10. "outline",
  11. "post-effect"
  12. ],
  13. "category": "UnityFx",
  14. "author": {
  15. "name": "Arvtesh",
  16. "email": "arvtesh@gmail.com"
  17. },
  18. "license": "MIT",
  19. "homepage": "https://github.com/Arvtesh/UnityFx.Outline",
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/Arvtesh/UnityFx.Outline.git"
  23. },
  24. "bugs": {
  25. "url": "https://github.com/Arvtesh/UnityFx.Outline/issues"
  26. }
  27. }