https://github.com/adrianogil/unitybuildscripts
Scripts to build Unity3D projects from command line
https://github.com/adrianogil/unitybuildscripts
Last synced: 7 months ago
JSON representation
Scripts to build Unity3D projects from command line
- Host: GitHub
- URL: https://github.com/adrianogil/unitybuildscripts
- Owner: adrianogil
- License: mit
- Created: 2016-08-10T09:36:18.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T15:30:07.000Z (over 1 year ago)
- Last Synced: 2024-05-03T02:13:09.178Z (over 1 year ago)
- Language: Shell
- Size: 68.4 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Build Scripts
Scripts to build Unity3D projects in background.
All build process runs in a separated folder. So, it doesn't block your current Unity instance.
# Usage
- Clone or download this project
- Add the lines below to your .bashrc
` export UNITY_BUILD_SCRIPTS_DIR=/path/to/UnityBuildScripts
` export PATH=$UNITY_BUILD_SCRIPTS_DIR:$PATH
# Scripts
This repository contains:
- create_unity_build - must be called first, you should have a local git repository called 'local'
- unity_build - must be called every time you have a build to be generated from a specified commit
- unity_project_build - launch Unity build process using command line arguments.
- show_build_log_error.sh - show errors of build process related to current commit
- install_current_apk.sh - install a apk related to a given commit
- get_project_logcat.sh - get logcat related to current commit
# Tools
- get-unity-version-from-proj - get unity version used in a project
- unity - open project using the best suitable unity version