https://github.com/chark/build-tools
Editor utilities for quickly automating builds by utilizing Scriptable Objects
https://github.com/chark/build-tools
gamedev scriptable-object unity unity-build-tool unity-package unity3d unity3d-plugin
Last synced: 3 months ago
JSON representation
Editor utilities for quickly automating builds by utilizing Scriptable Objects
- Host: GitHub
- URL: https://github.com/chark/build-tools
- Owner: chark
- License: mit
- Created: 2023-10-04T07:45:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-29T17:47:45.000Z (4 months ago)
- Last Synced: 2025-01-29T18:34:25.509Z (4 months ago)
- Topics: gamedev, scriptable-object, unity, unity-build-tool, unity-package, unity3d, unity3d-plugin
- Language: ShaderLab
- Homepage:
- Size: 1.45 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Build Tools
[](https://unity3d.com/get-unity/download)
[](https://openupm.com/packages/com.chark.build-tools/)
[](https://github.com/chark/build-tools/actions)Editor utilities for quickly automating builds by utilizing Scriptable Objects.
![]()
:warning: **Warning, this is a preview package, expect breaking changes between releases!**
## Features
- Quickly create build configurations via Scriptable Objects
- Run multiple builds in sequence
- Building archiving
- Odin Inspector support## Installation
This package can be installed via [OpenUPM](https://openupm.com/packages/com.chark.build-tools):
```text
openupm add com.chark.build-tools
```Or via the Unity Package Manager by [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html):
```text
https://github.com/chark/build-tools.git#upm
```Alternatively, manually install by adding the following entry to `Packages/manifest.json`:
```json
{
"com.chark.build-tools": "https://github.com/chark/build-tools.git#upm"
}
```If you'd like to install a specific release, replace `upm` suffix with version number, e.g., `v0.0.1`. You can find all releases [here](https://github.com/chark/build-tools/releases).
## Links
- [Documentation](../Packages/com.chark.build-tools/Documentation~/README.md)
- [Contributing](CONTRIBUTING.md)
- [Changelog](../Packages/com.chark.build-tools/CHANGELOG.md)