Table of Contents
Unity Builder Helper provide tools for build projects, control and fast switching build targets and defines. UBH use Unity Builder Bot (UBB) for remote builds.
- Change build target
- Set defines
- Set build directory for target
- Change version and build
- Validate and set keystore
- Add locales and
*.lproj
files to iOS builds - Add external files and frameworks to iOS builds
- Add
google-services.json
andagconnect-services.json
- Patch
AndroidManifest.xml
- Patch gradle files
- Add dependencies to Huawei build
- Add external files to Android build
- Build project
- Update repository before build
- Build Unity project
- Build Xcode project
- Compile, archive and export to IPA with configurated manifest
- Generate HTML with install links
- Upload all objects to remote server via sshpass
- Get build logs for project
- Clear project's logs and builds
UBH is Unity editor tool without dependencies*. Just add package to your project, create config file and use.
- Unity 2020+
- NiceJson (in package)*
- Mac OS for building Xcode projects
- The steady hands
Get it from releases page or add the line below to Packages/manifest.json
and this module will be installed directly from git url:
"com.mopsicus.ubh": "https://github.com/mopsicus/ubh.git",
- Open UBH in Unity Editor via hotkey
cmd+g
or menuTools -> Unity Builder Helper
- Tap "Settings" button
- Fill settings and save
- Open UBH in Unity Editor via hotkey
cmd+g
or menuTools -> Unity Builder Helper
- Select platform, loggers and press Apply
- Run local or remote build
You should store your support files in project root folder "Support files";
-Project
--Support files
---Android
----drawable
----values
----...
---iOS
----Locales
-----en.lproj
-----ru.lproj
-----es.lproj
-----....
----splash.png
----splash.storyboard
----....
All files in this folder will be added to project. For example, see demo project.
- Add WebGL build
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
file for more information.
Mopsicus: mail@mopsicus.ru
Website: https://mopsicus.ru
Telegram: https://t.me/mopsicus
Project Link: https://github.com/mopsicus/unity-builder-helper