We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc9db5 commit efcd568Copy full SHA for efcd568
sample/Tests/test/test_windows_helpers.py
@@ -650,7 +650,7 @@ def stop_sample_app():
650
print(f"{product_name} stopped successfully.")
651
652
def bring_sample_app_to_foreground():
653
- product_name = get_product_name()
+ product_name = os.getenv("UNITY_APP_NAME", get_product_name())
654
powershell_script_path = "./switch-app.ps1"
655
656
print(f"Bring {product_name} to the foreground.")
0 commit comments