summaryrefslogtreecommitdiff
path: root/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Drawing/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Drawing/package.json')
-rw-r--r--Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Drawing/package.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Drawing/package.json b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Drawing/package.json
new file mode 100644
index 0000000..4c61880
--- /dev/null
+++ b/Other/AstarPathfindingDemo/Packages/com.arongranberg.astar/Drawing/package.json
@@ -0,0 +1,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/"
+ }
+} \ No newline at end of file