Build Tools
Build Tools streamlines game development workflows by automating build processes through Scriptable Objects. Create and manage multiple build configurations in the editor, execute sequential builds, handle build archiving, and leverage optional Odin Inspector integration for enhanced workflows. Designed for Unity 2022.3+.
com.chark.build-tools Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/build-tools.git#upm README Markdown
Copy this to your project's README.md
## Installation
Add **Build Tools** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/build-tools.git#upm
```
[](https://www.pkglnk.dev/pkg/build-tools)README
Build Tools
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:
openupm add com.chark.build-tools
Or via the Unity Package Manager by Installing from a Git URL:
https://github.com/chark/build-tools.git#upm
Alternatively, manually install by adding the following entry to Packages/manifest.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.
Links
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In