Skip to content

Editor utilities for quickly automating builds by utilizing Scriptable Objects

License

Notifications You must be signed in to change notification settings

chark/build-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Tools

Unity 2022.3+ openupm Actions Status

Editor utilities for quickly automating builds by utilizing Scriptable Objects.

⚠️ 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