https://github.com/codemyst/unityclibuild
Build a Unity project in CLI so you can keep on working while it builds in the background. ONLY FOR WINDOWS
https://github.com/codemyst/unityclibuild
Last synced: 26 days ago
JSON representation
Build a Unity project in CLI so you can keep on working while it builds in the background. ONLY FOR WINDOWS
- Host: GitHub
- URL: https://github.com/codemyst/unityclibuild
- Owner: CodeMyst
- License: mit
- Created: 2018-02-02T20:23:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T18:44:45.000Z (about 8 years ago)
- Last Synced: 2025-06-16T05:45:04.495Z (9 months ago)
- Language: Batchfile
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityCLIBuild
Build a Unity project in CLI so you can keep on working while it builds in the background.
Place these files at the root of your project.
#### NOTE: Make sure to rename the paths in the Build.bat and Excludes.bat files according to your own folder structure / folder names.
## How to use
To use the build command simply cd to your project directory and use the build command like so:
```bat
build os version
```
Where os can be: windows, linux, macos
And version can be any string to indicate the version of the build. You cannot build a version if the version already exist for the specified OS. If you want to rebuild a version you have to delete the folder for that version build.
To check the latest version number you can do:
```bat
build os -l
```
## TODO:
* More user friendly way of setting the paths