-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Unity Deployment Tools #45
Added Unity Deployment Tools #45
Conversation
Added Unity Deployment Tools
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! |
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 |
Just about to do that. 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. |
UDT 1.1.3 now deploys as .unitypackage instead of zip. |
See discussion at ricardojmendez/UnitySteerExamples#6. Fixes #42.
Example pre-release and github pages. Build history in travis.