|
@@ -0,0 +1,19 @@
|
|
|
+{
|
|
|
+ "name": "com.esotericsoftware.spine.timeline",
|
|
|
+ "displayName": "Spine Timeline Extensions",
|
|
|
+ "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)",
|
|
|
+ "version": "4.0.5",
|
|
|
+ "unity": "2018.3",
|
|
|
+ "author": {
|
|
|
+ "name": "Esoteric Software",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "url": "http://esotericsoftware.com/"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "com.unity.timeline": "1.2.10"
|
|
|
+ },
|
|
|
+ "keywords": [
|
|
|
+ "spine",
|
|
|
+ "timeline"
|
|
|
+ ]
|
|
|
+}
|