We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b4aa2 commit 77f2a39Copy full SHA for 77f2a39
Assets/USharpVideo/Scripts/Utility/RenderTextureOutput.cs
@@ -83,6 +83,7 @@ void CreateCRT()
83
newCRT.initializationMode = CustomRenderTextureUpdateMode.OnLoad;
84
newCRT.initializationColor = Color.black;
85
newCRT.initializationSource = CustomRenderTextureInitializationSource.TextureAndColor;
86
+ newCRT.depth = 0;
87
88
newCRT.updateMode = CustomRenderTextureUpdateMode.Realtime;
89
0 commit comments