12345678910111213141516171819202122232425262728293031 |
- {
- "name": "com.kybernetik.animancer",
- "displayName": "Animancer",
- "version": "8.0.2",
- "unity": "2022.3",
- "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.",
- "author": {
- "name": "Kybernetik",
- "email": "animancer@kybernetik.com.au",
- "url": "https://kybernetik.com.au"
- },
- "keywords": [
- "Animation"
- ],
- "category": "Animation",
- "dependencies": {
- "com.unity.modules.animation": "1.0.0"
- },
- "documentationUrl": "https://kybernetik.com.au/animancer",
- "changelogUrl": "https://kybernetik.com.au/animancer/docs/changes",
- "licensesUrl": "https://kybernetik.com.au/animancer/docs/source/asset-sources",
- "license": "See License.txt",
- "hideInEditor": false,
- "samples": [
- {
- "displayName": "Animancer Samples",
- "description": "Sample scenes and scripts which demonstrate how to use Animancer along with detailed explanations at https://kybernetik.com.au/animancer/docs/samples",
- "path": "Samples~"
- }
- ]
- }
|