diff --git a/vpm/index.json b/vpm/index.json index 7adc95d..b5b65c0 100644 --- a/vpm/index.json +++ b/vpm/index.json @@ -39,6 +39,22 @@ "author": { "name": "doloro" } + }, + "continuous": { + "name": "dev.doloro.animator-as-crab", + "displayName": "Animator As Crab", + "version": "continuous", + "unity": "2019.4", + "description": "Writes Animator Controllers from a Rhai script, evaluated by the libaac native library.", + "url": "https://git.scug.io/doloro/av3-animation-as-crab/releases/download/continuous/dev.doloro.animator-as-crab-continuous.zip", + "zipSHA256": "229d643713cd8e10e91331b0c77d99c7c48cd4a87fd9cbf5dd19901f37f93442", + "dependencies": { + "com.unity.nuget.newtonsoft-json": "3.2.1" + }, + "vpmDependencies": {}, + "author": { + "name": "doloro" + } } } }