In-Game Chat: An Intro to Text, Voice, & Video Messaging

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • PhysicsExamples2D

    Examples of various Unity 2D Physics components and features.

  • At the time of writing, Unity does not have a built-in chat solution capable of leveraging client-side networks to support chat within your game. While UNET is listed on the Unity website, it is deprecated. Unity is developing a replacement solution called MPLAI. It is currently in a pre-release stage with no official release date set. Suppose you are creating a game powered by the Unity engine. In that case, you must implement your networking solution on both the client and server sides with help from standard communications protocols like TCP, UDP, and Websockets.

  • com.unity.multiplayer.samples.coop

    A small-scale cooperative game sample built on the new, Unity networking framework to teach developers about creating a similar multiplayer game.

  • At the time of writing, Unity does not have a built-in chat solution capable of leveraging client-side networks to support chat within your game. While UNET is listed on the Unity website, it is deprecated. Unity is developing a replacement solution called MPLAI. It is currently in a pre-release stage with no official release date set. Suppose you are creating a game powered by the Unity engine. In that case, you must implement your networking solution on both the client and server sides with help from standard communications protocols like TCP, UDP, and Websockets.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts