Search Issue Tracker
Fixed
Fixed in 1.4.4
Votes
0
Found in [Package]
1.4.0
Issue ID
DSTR-1025
Regression
Yes
Editor gets stuck in the temporary playmode tests Scene when playmode tests are ran
Reproduction steps:
1. Open the attached “Repro“ project
2. Open the “Assets/Scenes/SampleScene.unity“ Scene
3. Open the Test Runner Window (Window > General > Test Runner)
4. Run the PlayMode Tests (“Run All” button from the PlayMode tab in the Test Runner Window)
5. Observe the Game View
Expected result: The Editor returns to the previous Scene with a Cube GameObject in the middle
Actual result: “All tests succeeded“ is seen in the Game View without the ability to return to the original Scene
Reproducible with: 2023.3.0a16, 2023.3.0b6
Not reproducible with: 2021.3.35f1, 2022.3.19f1, 2023.2.9f1, 2023.3.0a15
Reproducible on: M1 MacOS 14.2, Windows 11 (User’s platform)
Not reproducible on: No other environment tested
-
Aldeminor
Sep 13, 2024 07:59
Nevermind, I managed to update the package manually by name (its strange that the Package Manager does not allow automatic update although 1.4.4 seems compatible with 2022.3.32)
-
Aldeminor
Sep 13, 2024 07:55
Will there be a fix for 2022 LTS? The latest Test Framework package available is 1.4.3 where the error is still occurs.
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
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
- Graphics.DrawMeshInstanced does not work when 2D Renderer and 2D Shaders are used
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
Resolution Note (fix version 1.4.4):
The playmode contoller is now set and cleaned up correctly, ensuring that the scene is displayed correctly after a test run.