package-no-spine-unity-dependency.json 655 B

12345678910111213141516171819
  1. {
  2. "name": "com.esotericsoftware.spine.timeline",
  3. "displayName": "Spine Timeline Extensions",
  4. "description": "This plugin provides integration of spine-unity for the Unity Timeline.\n\nPrerequisites:\nIt requires a working installation of the spine-unity runtime (via the spine-unity unitypackage), version 4.0.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
  5. "version": "4.0.10",
  6. "unity": "2018.3",
  7. "author": {
  8. "name": "Esoteric Software",
  9. "email": "[email protected]",
  10. "url": "http://esotericsoftware.com/"
  11. },
  12. "dependencies": {
  13. "com.unity.timeline": "1.2.10"
  14. },
  15. "keywords": [
  16. "spine",
  17. "timeline"
  18. ]
  19. }