Search Issue Tracker
Not Reproducible
Votes
12
Found in
5.6.0f3
Issue ID
902608
Regression
No
[VideoPlayer] built scene starts flickering on some OSX machines
To reproduce:
1. Open attached project
2. Build 'VideoPlayerBug' scene for OSX
3. Play built scene in window
Expected: built scene will be played identically as in editor
Actual: built scene after a few seconds starts flickering. You can see it more clearly, when moving built scene window.
Reproduced on: 5.6.0p3, 2017.1.0b1
Not reproducible on windows machines, OSX10.12.4
Reproduced on: OSX 10.11
User reproduced this issue on 10.12.3(video link in edit)
Comments (3)
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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
gpiedimonte
May 05, 2018 18:47
I've the same problem, so I've tried some test.
I must use a RenderMode "Camer Near Plane" on Main Camera
Aspect Ratio "fit Outside"
In a lot of combinations the video flickering so I've tried to "Hide" sono GameObject group in game.
The video did not flicker if the all geometry gameobjects was hidden (Terrain, mesh, Skydome).
If also one gameobject was shown the video start to blink.
This bug is terrible...
rad1c
Mar 31, 2018 11:36
2017.3.1: Now it is flickering on windows too... I recorded the screen in 60FPS and catched the moment: when videoplayer starts, it is windowed for a frame, then gets pulled out to fullscreen, hence the flickering
vinsonb
Jul 10, 2017 00:22
Running into this as well, seems to happen just from adding the VideoPlayer component and rendering to a RenderTexture, I don't even need to display the RenderTexture anywhere.