Forum Discussion

MadScienceVR's avatar
23 days ago

Multiuser Noesis

I created a slider for a jukebox UI in Noesis, it works... however...

Everyone has a local version and each player's version doesn't update the others. I'm using shared mode. How does one create a multiuser NoesisUI? Is there something I'm missing?

2 Replies

  • Would love to get a clear answer to this. Sometimes you want per-player UI, and sometimes you want global UI. How do you get a global UI in Noesis?

  • For Noesis, every UI is a local UI. If you want the same thing to appear on other player's view, you need to send a NetworkEvent, e.g. just to the Entity itself, that can be received by all the other local UI instances for that single gizmo to tell them to display whatever you want to display. In shared mode, you are responsible for network synchronization of the UI between players.