-
-
Notifications
You must be signed in to change notification settings - Fork 286
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Context
When using "activeBuildProfile" parameter (in "customParameters", example: customParameters: -activeBuildProfile Assets/Settings/BuildProfiles/WindowsDevelopment.asset
) (for Unity 6) builder action throws an error message:
Aborting batchmode due to failure:
Can't have -activeBuildProfile argument defined when using -buildTarget argument
Problem is "targetPlatform" is a required parameter.
Suggested solution
Maybe require to have either "targetPlatform" parameter OR another parameter like "buildProfile". "buildProfile" parameter would hold the same value "activeBuildProfile" requires, a relative path to the profile asset.
GabLeRoux, tmak, peimanja, msanatan, OliverAmstutz and 4 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed