Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Video Texture when we using chroma Video function. #421

Closed
dhavalenstead opened this issue Feb 21, 2024 · 2 comments
Closed

Issue with Video Texture when we using chroma Video function. #421

dhavalenstead opened this issue Feb 21, 2024 · 2 comments
Labels

Comments

@dhavalenstead
Copy link

Default video material not working from sdk, So I just implemented custom material for Video texture with chroma video or plane video, So Now issue is plain video ( without chroma color) working fine but when I try to play video with chroma color then else of showing video texture its showing camera feed on object.

You can find screenshot and my implemented code at bellow.

Not working proper
if (chromaColor == null) "materials/video_texture.filamat" else "materials/video_texture_chroma_key.filamat",
withChromaColor

Working
if (chromaColor == null) "materials/video_texture.filamat" else "materials/video_texture.filamat",
withoutChroma png

Here is my whole code snap

Copy link

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label May 22, 2024
Copy link

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant