summaryrefslogtreecommitdiff
path: root/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Drawing/package.json
blob: 4c618805fc01d30ab805a8e53fd918cfc8a62541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
    "name": "com.arongranberg.aline",
    "version": "1.0",
    "displayName": "ALINE",
    "description": "ALINE is a complete replacement for Unity's built-in Debug.Draw and Gizmo drawing functionality and much more. It is faster, has more features and has better rendering quality.",
    "unity": "2020.3",
    "unityRelease": "0f1",
    "documentationUrl": "https://arongranberg.com/aline/docs",
    "changelogUrl": "https://arongranberg.com/aline/docs/changelog.html",
    "dependencies": {
        "com.unity.burst": "1.7.2",
        "com.unity.mathematics": "1.2.1",
        "com.unity.collections": "1.4.0",
        "com.unity.ugui": "1.0.0",
        "com.unity.modules.ui": "1.0.0",
        "com.unity.modules.physics": "1.0.0",
        "com.unity.modules.physics2d": "1.0.0"
    },
    "keywords": [
        "drawing",
        "vector",
        "canvas",
        "debug",
        "sketch",
        "gizmo"
    ],
    "samples": [
        {
            "displayName": "Example scenes",
            "description": "Additional examples",
            "path": "ExampleScenes~"
        }
    ],
    "author": {
        "name": "Aron Granberg",
        "email": "aron.granberg@gmail.com",
        "url": "https://www.arongranberg.com"
    },
    "publishConfig": {
        "registry": "https://arongranberg.com/packages_forward/"
    }
}