Closed garsonlab closed 2 years ago
Hi thanks a lot for the report!
Currently Texture
is not fully supported in UIWidgets 2.0 yet so we didn't merge this feature into master. Specifically, you can try this working branch siyaoH/1.17externalTexture
for a quick preview of our current progress on bringing back this feature.
If your project need this feature urgently, please try UIWidgets 1.0 instead which fully support the feature of external Texture
.
This feature is now partially implemented by #340 . Please read this documentation for the details.
new Texture(textureId: UnityEngine.RenderTexture.GetNativeTexturePtr().ToInt32())
is not display in my project. And is there a way to show NV12 or custom material combined texture