ricardojmendez / UnitySteer

Steering, obstacle avoidance and path following behaviors for the Unity Game Engine
https://numergent.com/tags/unitysteer/
Other
1.2k stars 275 forks source link

Added Unity Deployment Tools #45

Closed GandaG closed 8 years ago

GandaG commented 8 years ago

See discussion at ricardojmendez/UnitySteerExamples#6. Fixes #42.

Example pre-release and github pages. Build history in travis.

ricardojmendez commented 8 years ago

Merged, thanks @GandaG! I'll probably retain the same version number, seeing as this only adds the deploy folder and has no direct effect on UnitySteer itself.

Cheers!

GandaG commented 8 years ago

Sure :p I may have forgotten to say it only deploys with a tag, if not on a pr and if you have a github access token in your repository settings in travis.

Don't forget to update the badge in the readme to point to your repo in travis (it's currenty still aimed at mine :) ) an to enable the repo in travis (or it won't build at all).

As a final note, I'd appreciate if you could add my repo to the dependencies (or wherever you think best) so it gets a little more exposure :p

ricardojmendez commented 8 years ago

Just about to do that. Is https://github.com/GandaG/UnitySteer/releases/ where you plan to maintain these?

GandaG commented 8 years ago

Is https://github.com/GandaG/UnitySteer/releases/ where you plan to maintain these?

I don't understand what you mean... Those tags (and releases) were just for me to check if everything was building correctly. Some of them don't even work I believe. Once you push a tag (and if you fulfill the other requirements) it will deploy to your releases in your repo.

GandaG commented 8 years ago

UDT 1.1.3 now deploys as .unitypackage instead of zip.