Twitch format chat+video

When watching the screen, if it’s far away, I can press C to move the camera closer, especially when is a screen share with samll text and details, but then I lose the chat.

I’d like a way to watch the video in full screen and to have the chat on the side similar to Twitch. or maybe collapse/expand teh chat in a full screen video mode
( Carlosmu commented to me )

5 Likes

interesting feedback

Why don’t we implement a poc on Bevy? :slight_smile:

2 Likes

This idea makes sense! Being able to click a button that covers the entire UI. Is this possible?

It would be great to have three possible views:

  1. The current one, full 3D.
  2. One like the attached image that keeps the chat visible.
  3. A fullscreen one that only shows the video.

1 Like

This can be done right now even though 2D UI doesn’t support video. Just place a virtual camera in front of the stage and place a UI button to activate/deactivate it :white_check_mark:

I did a tv that you can pick up:
available to test @ 13, -1

code here:

1 Like