A collection of packages that extend and add new functionality on top of DOTS.
Clone the repository and open Example project folder with Unity. Included packages are:
Currently this project requires Unity 2019.3.0f1+
Simply clone the project and open Examples folder project and all the required packages will be imported. In alternative each package can be added separately to the package manager by adding the git address the the correct tagged version. For example to add Stackray Entities 0.0.1-preview1 add the following git address to package manager:
https://github.com/GilbertoGojira/DOTS-Stackray.git#com.stackray.entities-0.0.1-preview.1
or
git@github.com:GilbertoGojira/DOTS-Stackray.git#com.stackray.entities-0.0.1-preview.1
and for the laster version
git@github.com:GilbertoGojira/DOTS-Stackray.git#com.stackray.entities-latest
For each new version a tag will be created for each package.