2019-11-30 19:27:08 +00:00
|
|
|
name: 'Unity - Builder'
|
|
|
|
author: Webber Takken <webber@takken.io>
|
|
|
|
description: 'Build Unity projects for different platforms.'
|
|
|
|
inputs: {}
|
|
|
|
outputs:
|
|
|
|
buildPath:
|
2019-12-16 23:52:44 +00:00
|
|
|
description: 'Path where the current platform has been built to.'
|
2019-11-30 19:27:08 +00:00
|
|
|
branding:
|
|
|
|
icon: 'box'
|
|
|
|
color: 'gray-dark'
|
2019-12-16 23:52:44 +00:00
|
|
|
runs:
|
|
|
|
using: 'node12'
|
|
|
|
main: 'src/index.js'
|