Search Issue Tracker
Fixed
Fixed in 1.4.5
Votes
5
Found in [Package]
1.4.1
Issue ID
DSTR-1002
Regression
Yes
[Linux][Test Framework] Test Runner prevents interaction with the pause button when "Debug.Break" is used in a test
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the Test Config window (Custom > Test Config)
3. Enable the “Inspect Points” option in the Test Config window
4. Open the Test Runner window (Window > General > Test Runner)
5. Enable only the “PlayMode” option at the top of the Test Runner window
6. Run the “Test” test
7. Wait until the pause button is blue to indicate the process has been paused
8. Press the “Pause” button to unpause the Editor
Expected result: The Editor unpauses
Actual result: The Editor does not let you interact with the “Pause” button
Reproducible with: 1.3.2 (2021.3.33f1, 2022.3.14f1), 1.4.0, 2.0.1-pre.18 (2021.3.33f1, 2022.3.14f1, 2023.2.2f1, 2023.3.0a16)
Not reproducible with: 1.3.1 (2021.3.33f1, 2022.3.14f1)
Reproducible on: Ubuntu 22.04
Not reproducible on: Windows 10
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rendering errors are thrown when canceling full screen on OpenGL API Windows build
- Game view fails to render and becomes dark when the Screen Space Lens Flare Component's intensity is set to 1 and the Bloom Mip Bias is set to 0.
- Other threads get resized when trying to resize thread groups on the Timeline of the Profiler window
- Green highlight for selected panel lacks contrast when Editor theme is set to Light
- [Android] AR Camera Background has a white/bright tint when deployed with Gamma Color Space and Vulkan API
Resolution Note (fix version 1.4.5):
A progress bar was disabled for PlayMode runs in Editor and Player. It was needlessly blocking the editor while running tests on a Player or in PlayMode.