How to reproduce:
- Extract the attached “IN-152811“ project
- Open the terminal in the project directory
- Run the following command in the Terminal: uv run --with pyobjc-framework-Quartz run_local_repro.py --build "<Path to Unity Editor .app>" (make sure to replace the placeholder variable)
- Wait for the build to finish and observe the Output in the Terminal
Actual result: “PASS: bug reproduced” message is present
Expected result: “FAIL: bug did not reproduce” message is present
Reproducible with: 1.14.2 (6000.0.58f1), 1.20.0 (6000.0.83f1, 6000.3.24f1)
Could not test with: 6.7.0 (6000.7.0a6), 1.20.0 (6000.6.0f1) (Build Compilation fails with multiple assembly errors)
Reproducible on: MacOS 26.6 (M1)
Not reproducible on: No other environments tested
Note: The uv tool needs to be installed in the working environment to run the command in Step 3