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
- UI Toolkit Editor Window Creator becomes deformed and stretched when the “Enter” key is pressed
- “Assertion failed on expression: 'IsFinite(distanceForSort)’” is spammed in the Console when changing Trail GameObject position to a very high number
- VFX Graph Node documentation icon is pixelated
- Cutout box is covered in a shadow when the object that houses the cutout is casting shadows
- “Metal: Fragment shader missing texture binding at index 0 (_MainTex / Hidden/Preview Alpha)” warnings are thrown when selecting some TextMesh Pro Font Assets
Resolution Note:
Minor