I am building a UI with verse for a team vs team game.
For this game, I need the two teams to have one UI each which is shared for all teammembers.
How can I create a shared UI, and update the UI contents dynamically with verse?
Is it possible to have ONE canvas instance, and use AddWidget for all players using the same canvas?