We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b526e8b commit 136b8a0Copy full SHA for 136b8a0
Runtime/JPEGTurboVideoPlayer/Scripts/JPEGStreamReceiver.cs
@@ -127,7 +127,7 @@ public float GetAxisDimension(scaleMeshAxis axis)
127
private bool SetTexture = false;
128
129
#region Private info related to JPEG decoding and textures to display JPEG
130
- Texture2D videoTexture;
+ public Texture2D videoTexture;
131
public int textureWidth, textureHeight;
132
133
// receives all encoded jpegs in a queue so that it can decode them
0 commit comments