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
- SIGSEGV error when adding EditorApplication.delayCall callback declared in complex generic type and exiting Unity in `Performanc
- Resize cursor does not appear while approaching window edge from inside the player window when using Input System as the Input Handler
- IMGUI Debugger Instructions are flickering when the Inspected View is set to Scene and mouse cursor is moved over the Scene View
- [Windows] “GUI Window tried to begin rendering while something else had not finished rendering!…” Error is thrown after opening “Insert a template into current VFX Asset” window
- No InvalidOperationException error thrown when Active Input Handling is set to "Input System package" and "OnMouseDown()" is triggered
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.