reeseschultz / ReeseUnityDemos

Unity packages and demos—emphasizing ECS, jobs and the Burst compiler—by Reese and others.
https://reese.codes
MIT License
515 stars 45 forks source link

Add samples to nav package #12

Closed reeseschultz closed 4 years ago

reeseschultz commented 4 years ago

The nav samples already exist, as far as glue code and scenes are concerned, but they're not technically "samples" as far as UPM goes. I'll need to move stuff over and modify the CI a bit to have selectable samples in the Package Manager window.

reeseschultz commented 4 years ago

One thing I'll have to think about is the fact that the performance demo uses Reese.Random, which can't be automatically resolved as a dependency since it's only in Git, and not published to any UPM registry. I need to remember to add instructions for manually installing it in the nav user guide.

reeseschultz commented 4 years ago

Time went by and Reese.Randomization is a UPM package in OpenUPM that can be referenced as needed, contrary to the previous comment. That said, this issue isn't the highest priority. #3 is.

reeseschultz commented 4 years ago

Changed my mind about implementing this — closing for now. May reopen later.