Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.4.6
1.5.1
Issue ID
DSTR-1149
Regression
No
Test results are logged in the wrong Editor's Console when two Editor instances are running simultaneously
How to reproduce:
1. Open any project
2. Open the attached “ReproProject” to have two projects running simultaneously
3. In the “ReproProject” project, open the Test Runner window
4. Select the Player tab
5. Click the Run All button
6. Observe the Console of both projects.
Expected result: Tests are completed with a status of “failed,” and errors are displayed in the Console of the “ReproProject” project
Actual result: Tests do not finish, and no errors are logged in the Console of the “ReproProject” project, errors are logged in the other project instead
Reproducible with: 1.4.1 (2022.3.62f1), 1.4.6 (2022.3.62f1), 1.5.1(6000.0.49, 6000.1.3f1, 6000.2.0b1)
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environment tested
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:
All player communication is routed back into only one active editor instances - this means, that all messages, including test communications will arrive to one editor, no matter which one launched the player. We recommend only running tests in the Player with one editor instance open.