Search Issue Tracker
By Design
Votes
0
Found in
2020.3.46f1
2021.3.20f1
2022.2.9f1
2023.1.0b7
2023.2.0a5
Issue ID
UUM-28805
Regression
No
“MultiThreaded” is printed when using “SystemInfo.renderingThreadingMode” if the “Multithreaded Rendering” setting is disabled in the Player Settings
How to reproduce:
1. Open the user’s attached “1487097_MultiThreadRendering.zip” project
2. Press Menu > UnitySupport > Check Rendering Thread Mode
3. Observe the Console window
Expected result: “SingleThread” is printed
Actual result: “MultiThreaded” is printed
Reproducible with: 2020.3.46f1, 2021.3.20f1, 2022.2.9f1, 2023.1.0b7, 2023.2.0a5
Reproduced on: macOS 13.2.1 (Intel)
Note: In 2020.3.46f1 and 2021.3.20f1 editors, the “Multithreaded Rendering” setting is not in the Player settings, but the issue still reproduces
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
by design we use multi threaded rendering, there are issues with it at the moment, which our teams are currently working on.