/Unity3DChatSystem

Unity Chat system including audio chat, video chat and text chat through photon, socket and firebase, however where user can use this plugin or add customized chat system by directly injecting the integration into this plugin.

Primary LanguageC#

UnityChatSystem

Chat Integrations:

  1. Audio Chat
  2. Text Chat
  3. Video Chat

Broadcasting or tranmission Integrations:

  1. Photon
  2. Socket
  3. FireBase
  4. WebRTC

Note*: You can add new integration in both chat system and tranmission by directly injecting into the ChatSystemHandler.cs

Phase: Under Development mode.