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 support for Unity UI Toolkit in Unity 6 #119

Closed
tomashined opened this issue May 6, 2024 · 1 comment
Closed

Add support for Unity UI Toolkit in Unity 6 #119

tomashined opened this issue May 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tomashined
Copy link

Hello. I need to add a simpler connection with the UI Toolkit. That is, either you should create your own Custom Controls to display video, or simplify the way I'm doing it now... I'm currently doing it like this: after getting the first frame from the camera, I pass "VideoKitCameraManager.texture as Texture2D" to the VisualElement through the standard assignment "style.backgroundImage = new StyleBackground(texture)".

@olokobayusuf olokobayusuf added the enhancement New feature or request label May 6, 2024
@olokobayusuf
Copy link
Contributor

How you are doing this currently is correct. We will revisit this later.

@olokobayusuf olokobayusuf closed this as not planned Won't fix, can't repro, duplicate, stale Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants