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)
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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
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.