Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.1.0f3
Issue ID
948496
Regression
No
Setting PlayerSettings.MTRendering through editor script does not update Multithreaded Rendering checkbox in Player Settings
To reproduce:
1. Download and open attached "repro948496.zip" project.
2. Go to Menu ->Function ->Bug to trigger the script.
3. Notice the console output.
4. Go to Player settings and check Multithreaded rendering option.
Expected result: After setting PlayerSettings.MTRendering the value is also updated in Player Settings.
Actual result: Radio button is not updated. According to PlayerSettings.MTRendering value is changed, but in the Player Settings it is not.
Values in script and in Player Settings seem to be desynchronized what leads to confusion about which option will be executed in build.
Reproduced with: 2017.3.0a7, 2017.2.0b11, 2017.1.1p1, 5.6.3p3, 5.5.4p4.
Notes: Multithreaded rendering is located in Android player settings.
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
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
- Sprite renderer does not issue draw calls correctly when using SRP Batcher
- [Android] Flickering artifacts when using "ScriptableRenderer.EnqueuePass(RenderPassEvent.BeforeRenderingPostProcessing)" multiple times
Resolution Note:
Minor