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

Add vision input support for WebGL #305

Merged
merged 2 commits into from
Jun 23, 2024
Merged

Conversation

uezo
Copy link
Owner

@uezo uezo commented Jun 23, 2024

  • Implement Vision input support for WebGL.
  • Note: In Unity 2022, a bug causes pixel data retrieved from WebCamTexture to appear black. This bug is resolved in Unity 2022.3.26f1 and later, so ensure to use this or a newer version.

https://issuetracker.unity3d.com/issues/webcamtexture-dot-getpixels32-returns-black-pixels-when-in-webgl-player

uezo added 2 commits June 23, 2024 11:57
- Implement Vision input support for WebGL.
- Note: In Unity 2022, a bug causes pixel data retrieved from WebCamTexture to appear black. This bug is resolved in Unity 2022.3.26f1 and later, so ensure to use this or a newer version.

https://issuetracker.unity3d.com/issues/webcamtexture-dot-getpixels32-returns-black-pixels-when-in-webgl-player
@uezo uezo merged commit 7165a1a into master Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant