Skip to content

Decoupled ChatBehaviour from Player

jan samus requested to merge bugfix/chat-window-disonnect-on-enter into develop

Split ChatBehaviour into two separate Components:

  • TextChatManager in UI Canvas to handle the Chat UI
  • ChatBehaviour on the Player to handle Sending and Receiving messages via Network

Communication between both script runs via EventHub Events

Chat now fades and correctly enables/disables when pressing Enter

Merge request reports

Loading