Search Issue Tracker
Fixed in 2022.2.X
Votes
3
Found in
2019.4
2019.4.9f1
2020.2
Issue ID
1274200
Regression
No
Changing the 'OnDemandRendering.renderFrameInterval' value causes flickering
How to reproduce:
1. Open the user's attached 'TestOnDemandRendering_20200831.zip' project
2. From the 'Scenes' folder open the 'SampleScene'
3. Enter the Play mode
4. Press the on-screen button a few times
Expected result: No flickering present while pressing the button
Actual result: Pressing the button multiple times causes flickering
Reproduces on: 2019.4.9f1, 2020.1.4f1, 2020.2.0a21
Cannot test with: 2018.4.27f1 (due to errors)
Comments (1)
-
mklasson
Apr 26, 2021 09:53
See https://forum.unity.com/threads/a-tip-for-you-who-develop-on-mobile-platforms.1081094/#post-6985874 for a workaround.
"Oh, it works if I change the interval only when willCurrentFrameRender returns true :O"
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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
Resolution Note (fix version 2022.2):
Fixed a bug where the Editor's GameView window would sometimes flicker when OnDemandRendering.renderFrameInterval was changed.