Search Issue Tracker
Duplicate
Votes
0
Found in
6000.0.0b14
Issue ID
UUM-69454
Regression
Yes
Sky colour option gets changed after running automated tests
After upgrading from 2022.3 LTS to Unity 6 in a project that uses test automation, I noticed that the sky colour setting gets changed to skybox, only after running the test automation. **
*Steps to reproduce:*
1. download this [project|https://drive.google.com/file/d/1D4w_bGLRUP7fzWni6WwLTomWUX8eMUS1/view?usp=sharing]
2. run the 01_Opening_Intro.unity and notice how the text looks in front of the camera
3. open the Test Runner and run the Opening_Intro_Tests - you can just run the 08ValidateIntroTextMeshProSetup test
4. wait for the tests to finish and notice how the sky looks in the Game window afterwards.
5. press Play and notice that the sky doesn't change back to the original position any more.
*Notes:*
* the sky does reset to normal after re-opening the project.
*Actual results:* The sky colour is replaced by the skybox
*Expected results:* The sky colour should look the same - after automated tests finish running.
*Reproducible with versions:* 2023.3.0a4, 6000.0.b14
*Not reproducible with versions:* 2023.2.17f1 or any older versions.
*Tested on (OS):*
* Windows 11
-
Resolution Note:
As with the https://jira.unity3d.com/browse/UUM-69362 case, This issue was caused by the TearDown method of the tests, that was resetting the positions of the test
Duplicate of another internal issue: UUM-69362: Text Mesh Pro text position on the screen is changed after running automated tests
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
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
- “ReferenceError: Pointer_stringify is not defined” error is thrown when downloading a file
- GameObjects are not rendered when using a fragment shader with RWStructuredBuffer in URP
- [Profiler] The GPU Highlight module flags the frame before the spike when using DoInference in a coroutine
This is a duplicate of issue #UUM-69362