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
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
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.