Skip to content

Commit d1d46fd

Browse files
committed
setup for unity package manager
1 parent cb1659c commit d1d46fd

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

Editor/.gitignore

Whitespace-only changes.

QuadTrees/QuadTrees.asmdef

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "QuadTrees"
3+
}

Runtime/.gitignore

Whitespace-only changes.

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "quadtrees",
3+
"version": "1.0.4",
4+
"displayName": "QuadTrees",
5+
"description": "High Performance Quad Tree Implementations for C# (Point, Rect and PointInv).",
6+
"unity":"2021.3",
7+
"unityRelease":"0f1",
8+
"author": {
9+
"name": "Mathew Heard"
10+
},
11+
"license": "ISC",
12+
"bugs": {
13+
"url": "https://github.com/0reo/QuadTrees/issues"
14+
},
15+
"homepage": "https://github.com/0reo/QuadTrees#readme"
16+
}

0 commit comments

Comments
 (0)