42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"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/"
|
|
}
|
|
} |