Hi,
I am trying to use TeamCity to generate a build using unity and so far it has been fine.
But recently only when I build through TeamCity I get this error when trying to play a video using Unity’s video player:
Could not find material Hidden/VideoDecode
(Filename: C:/buildslave/unity/build/Runtime/Video/Base/VideoYUV420Convert.cpp Line: 803)
Could not find video decode shader pass YCbCr_TO_RGB1 in shader
(Filename: C:/buildslave/unity/build/Runtime/Video/Base/VideoYUV420Convert.cpp Line: 863)
Could not find video decode shader pass YCbCrA_TO_RGBAFull in shader
(Filename: C:/buildslave/unity/build/Runtime/Video/Base/VideoYUV420Convert.cpp Line: 863)
Could not find video decode shader pass YCbCrA_TO_RGBA in shader
(Filename: C:/buildslave/unity/build/Runtime/Video/Base/VideoYUV420Convert.cpp Line: 863)
Could not find video decode shader pass Flip_RGBA_To_RGBA in shader
(Filename: C:/buildslave/unity/build/Runtime/Video/Base/VideoYUV420Convert.cpp Line: 863)
Could not find video decode shader pass Flip_RGBASplit_To_RGBA in shader
(Filename: C:/buildslave/unity/build/Runtime/Video/Base/VideoYUV420Convert.cpp Line: 863)
Could not find video decode shader pass Flip_SemiPlanarYCbCr_To_RGB1 in shader
(Filename: C:/buildslave/unity/build/Runtime/Video/Base/VideoYUV420Convert.cpp Line: 863)
Could not find video decode shader pass Flip_SemiPlanarYCbCrA_To_RGBA in shader
(Filename: C:/buildslave/unity/build/Runtime/Video/Base/VideoYUV420Convert.cpp Line: 863)
Could not find video decode shader pass Composite_RGBA_TO_RGBA in shader
(Filename: C:/buildslave/unity/build/Runtime/Video/Base/VideoYUV420Convert.cpp Line: 863)
This error does not show if I run a manual build through Unity only.
What is generating this error?
Thanks in advance.