Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.6.0b3
Issue ID
864036
Regression
No
[Video]The videoplayer component doesnt color-correct under Linear color space
When using a video with the new 'Vide Player' component, when running unity in Linear color space the video hasnt got the correct gamma correction applied.
1. Open the attatched project and load scene called 'Scene'
2. Make sure you are in 'Gamma' color space and play the scene, note colors
3. Exit playmode and change to 'Linear' color space and plat the scene
4. Notice how much lighter nd washed out the Linear space video is
This component should do gamma correction to the video or atleast if render mode is one of the Camera modes then the default shader should color correct it so the video looks as originally intended.
Tested in Version 5.6.0b3 (16836b8532d0)
Comments (4)
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
- Reflection Probe renders black when baked with GPU Resident Drawer and GPU Occlusion Culling enabled
- Crash on RuntimeAnimatorController::BuildCustomController when playing a specific animation
- [iOS] Screen flashing after the iOS splash screen
- File watcher does not trigger after the AcquireFloatingLease and before the Entitlement check
- HDR Output gets disabled in the Editor when Reflection Probe is enabled during runtime
ciwolsey
Jan 21, 2018 18:28
I'm having this issue in 2017.3.0f3
threespin2
Jan 05, 2018 11:14
I think you can use https://issuetracker.unity3d.com/issues/regression-videos-are-dark-when-using-linear-color-space to vote on this issue
massivebacon
Nov 29, 2017 23:08
I'd love some clarification on this as well. We've been using Linear color space videos but see inconsistent playback between when the project is in Gamma or Linear space. Can there be an option to force Linear or sRGB for videos on import, similar to how textures work?
Julien-Lynge
Oct 17, 2017 16:36
We're noticing this issue in Unity 2017.2. Using the Video Player with Material Override render mode and the default unlit transparent shader, the video is noticeably darker in linear color space than in gamma color space. Gamma color space matches the look of the video when played outside of Unity.
Is this a regression, or is there another issue going on here?