package.json 868 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "com.coffee.ui-particle",
  3. "displayName": "UI Particle",
  4. "description": "This plugin provide a component to render particle effect for uGUI.\nThe particle rendering is maskable and sortable, without Camera, RenderTexture or Canvas.",
  5. "version": "3.3.9",
  6. "unity": "2018.2",
  7. "license": "MIT",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/mob-sakai/ParticleEffectForUGUI.git"
  11. },
  12. "author": "mob-sakai <sakai861104@gmail.com> (https://github.com/mob-sakai)",
  13. "dependencies": {},
  14. "keywords": [
  15. "ui",
  16. "particle"
  17. ],
  18. "samples": [
  19. {
  20. "displayName": "Demo",
  21. "description": "UI Particle Demo",
  22. "path": "Samples~/Demo"
  23. },
  24. {
  25. "displayName": "Cartoon FX & War FX Demo",
  26. "description": "Cartoon FX & War FX Demo",
  27. "path": "Samples~/Cartoon FX & War FX Demo"
  28. }
  29. ]
  30. }