GilbertoGojira / DOTS-Stackray

Extending DOTS
GNU General Public License v3.0
60 stars 3 forks source link

unity version? #1

Closed laurentopia closed 5 years ago

laurentopia commented 5 years ago

the project is recognized as pre-5.0 :\ is 2019.3b8 ok? how about additional packages required?

GilbertoGojira commented 5 years ago

This project requires at least Unity 2019.3.x. Because the project is divided in several packages they all have their dependencies setup and will install the required packages upon import, but basically it requires all the DOTS packages.

laurentopia commented 5 years ago

what's all that stingray stuff?

GilbertoGojira commented 5 years ago

stingray???

laurentopia commented 5 years ago

image stackray

GilbertoGojira commented 5 years ago

Ah you are refering to Stackray stuff, those are the packages where the source of this project resides:

Yeah i know i should add more info in the README and i will...

laurentopia commented 5 years ago

No luck, what are the steps to import this example project?

GilbertoGojira commented 5 years ago

Just clone the repo and open the project in SpriteRendererExample with Unity 2019.3 or later. In there there are a few example scenes but for sprites you can look specifically in scene Assets/Example/Animations

laurentopia commented 5 years ago

Gotcha, I had moved the example folder outside the git folder and I think unity can't find dependencies like that.