Skip to content

Commit 70cc27c

Browse files
📖 Updated README.md
1 parent 601b4c9 commit 70cc27c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

100644100755
+8-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Quadtree for Unity
2-
> v0.1
2+
> v1.0
33
4-
_INTRODUCTION TBD_
4+
This package provides a generic implementation of the quadtree spatial partitioning algorithm.
5+
The aim of this package is to provide an out of the box working solution for simple 2D spatial partitioning of Unity’s GameObjects but at the same time allowing the implementation to be easily extended, modified and used with any items that you would want it to.
6+
The tree can be used as a component of a GameObject or it can just as easily be used only in the scripts without it being attached to any GameObject.
7+
8+
![Demo Image](Documentation/img/iso_top.png)
59

610

711
## Installation
8-
_TBD_
12+
Please refer to the [releases page](https://github.com/dolejska-daniel/unity-quadtree/releases).
913

1014

1115
## Usage examples
12-
_TBD_
16+
Please refer to the [PDF documentation](Documentation/Documentation.pdf).

0 commit comments

Comments
 (0)