Search Issue Tracker
Fixed
Fixed in 1.1.25
Votes
0
Found in [Package]
1.1.22
Issue ID
DSTR-159
Regression
No
[Test Framework] if WaitForDomainReload is called during a test, any Scene related method in UnitySetUp creates an infinite loop
Reproduction steps:
1. Open project attached in "BugTest.zip"
2. Open Test Runner window
3. Start BugTest -> Tests.dll -> Tests -> SceneReloadTests -> TestDomainReload test
Expected result: the test is run once and executes Assert.IsTrue(true)
Actual result: the test goes into an infinite loop (you will have to force shut down the Editor using external software such as Activity Monitor)
Reproducible with: 1.1.22 (2019.4.21f1, 2020.2.6f1, 2021.1.0b8, 2021.2.0a6)
Could not test with 2018.4.32f1, because the Test Runner window does not recognize tests (as well as some errors "inaccessible due to its protection level")
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Add comment