package.json 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "com.kybernetik.animancer",
  3. "displayName": "Animancer",
  4. "version": "8.0.2",
  5. "unity": "2022.3",
  6. "description": "Animancer allows you to play animations on demand and control their details directly, without all the restrictions and extra preparation required by other systems.",
  7. "author": {
  8. "name": "Kybernetik",
  9. "email": "animancer@kybernetik.com.au",
  10. "url": "https://kybernetik.com.au"
  11. },
  12. "keywords": [
  13. "Animation"
  14. ],
  15. "category": "Animation",
  16. "dependencies": {
  17. "com.unity.modules.animation": "1.0.0"
  18. },
  19. "documentationUrl": "https://kybernetik.com.au/animancer",
  20. "changelogUrl": "https://kybernetik.com.au/animancer/docs/changes",
  21. "licensesUrl": "https://kybernetik.com.au/animancer/docs/source/asset-sources",
  22. "license": "See License.txt",
  23. "hideInEditor": false,
  24. "samples": [
  25. {
  26. "displayName": "Animancer Samples",
  27. "description": "Sample scenes and scripts which demonstrate how to use Animancer along with detailed explanations at https://kybernetik.com.au/animancer/docs/samples",
  28. "path": "Samples~"
  29. }
  30. ]
  31. }