mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
README now mentions allowed targetPlatform values
This commit is contained in:
parent
c55fc4eecd
commit
af62defecc
@ -94,6 +94,8 @@ _**default:** `2019.2.1f11`_
|
|||||||
|
|
||||||
Platform that the build should target.
|
Platform that the build should target.
|
||||||
|
|
||||||
|
Must be one of the [allowed values](https://docs.unity3d.com/ScriptReference/BuildTarget.html) listed in the Unity scripting manual.
|
||||||
|
|
||||||
_**required:** `true`_
|
_**required:** `true`_
|
||||||
|
|
||||||
#### buildName
|
#### buildName
|
||||||
|
@ -44,7 +44,7 @@ export default class ImageTag {
|
|||||||
static get targetPlatformToBuilderPlatformMap() {
|
static get targetPlatformToBuilderPlatformMap() {
|
||||||
const { generic, webgl, mac, windows, android, ios } = ImageTag.builderPlatforms;
|
const { generic, webgl, mac, windows, android, ios } = ImageTag.builderPlatforms;
|
||||||
|
|
||||||
// @see: https://github.com/Unity-Technologies/UnityCsReference/blob/9034442437e6b5efe28c51d02e978a96a3ce5439/Editor/Mono/BuildTarget.cs
|
// @see: https://docs.unity3d.com/ScriptReference/BuildTarget.html
|
||||||
return {
|
return {
|
||||||
Test: generic,
|
Test: generic,
|
||||||
WebGL: webgl,
|
WebGL: webgl,
|
||||||
|
Loading…
Reference in New Issue
Block a user