unity-builder/dist/default-build-script/Assets/Editor
Daniel 857a41e877
Build subtarget support for Unity 2021.2+ (#532)
* Subtarget support for Unity 2021.2+

Allows passing the -standaloneBuildSubtarget parameter via customParameters in order to facilitate dedicated server builds. Since Unity introduced the subtarget option in 2021.2, this parameter only takes effect in supported Unity versions.

* Fix build subtarget compatibility

Certain versions of Unity do not have a value for `NoSubtarget`. Using `default` will be more robust against churn in this area of Unity's API.
2023-04-15 12:23:51 -05:00
..
UnityBuilderAction Build subtarget support for Unity 2021.2+ (#532) 2023-04-15 12:23:51 -05:00
UnityBuilderAction.meta Run default addressables build conditionally (#231) 2021-03-19 18:50:39 +01:00