We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a53c1a commit f5a04a5Copy full SHA for f5a04a5
1 file changed
admob_unity_rapid.ncl
@@ -36,6 +36,13 @@ USE_UNITY_PACKAGE_WORKFLOW_PARAMETER = ::Rapid::WorkflowParameter::Bool(
36
modifiable = true,
37
description = "Whether the Unity plugin should be imported or tested using the Unity package or the UPM dependency.",
38
);
39
+TARGET_DECAGON_WORKFLOW_PARAMETER = ::Rapid::WorkflowParameter::Bool(
40
+ name = "target_decagon",
41
+ label = "Target Decagon",
42
+ default_value = false,
43
+ modifiable = true,
44
+ description = "Whether the Unity plugin should be built for Decagon (as opposed to Nonagon).",
45
+);
46
SHARED_BUILD_AND_TEST_WORKFLOW_PARAMETERS = [
47
::Rapid::WorkflowParameter::SingleSelectEnum(
48
name = "target_unity_ver",
0 commit comments