Commit 4febf3f6 authored by Vadim Vlasov's avatar Vadim Vlasov

Update unity.rb

parent 246a53fe
......@@ -92,15 +92,18 @@ module Fastlane
env_name: "UNITY_NO_GRAPHICS",
description: "Disable graphics mode",
optional: true,
is_string: false,
default_value: true),
FastlaneCore::ConfigItem.new(key: :batch_mode,
env_name: "UNITY_BATCH_MODE",
description: "Use batch mode",
optional: true,
is_string: false,
default_value: true),
FastlaneCore::ConfigItem.new(key: :quit,
env_name: "UNITY_QUIT",
optional: true,
is_string: false,
description: "Close Unity after script execution",
default_value: true),
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment