diff --git a/Assets/USharpVideo/Scripts/Utility/RenderTextureOutput.cs b/Assets/USharpVideo/Scripts/Utility/RenderTextureOutput.cs index 4719e16..a0e5600 100644 --- a/Assets/USharpVideo/Scripts/Utility/RenderTextureOutput.cs +++ b/Assets/USharpVideo/Scripts/Utility/RenderTextureOutput.cs @@ -83,6 +83,7 @@ void CreateCRT() newCRT.initializationMode = CustomRenderTextureUpdateMode.OnLoad; newCRT.initializationColor = Color.black; newCRT.initializationSource = CustomRenderTextureInitializationSource.TextureAndColor; + newCRT.depth = 0; newCRT.updateMode = CustomRenderTextureUpdateMode.Realtime;