Gaming

5 Essential Features for In-Game Chat Players Will Love

6 min read Oliver Carson on May 14, 2024

In-game chat is a powerful tool for game developers to drive player engagement and increase retention to create a connected, digital experience. But, when using in-game chat in your game, players will bring expectations based on their everyday experiences with chat apps like Discord, WhatsApp, WeChat, Slack, and Messenger. Your goal should be to create a gaming experience that meets these players' expectations during gameplay. However, this is much easier said than done. Ensuring you can scale with your players' needs, reliably filtering and maintaining these chat connections, all while securing their messages in real time is a monumental challenge.

This is where PubNub can help. As a developer API platform that enables real-time updates with global scalability and low latency, PubNub is effectively leveraged to develop an in-game chat infrastructure. Serving as the backbone for over 2000 customers hailing from diverse industries, including gaming. They can trust PubNub to power their online features for games and tools for in-game chat, live leaderboard updates, and alerts and notifications. This creates a platform to reel players back into the game, time and again.

Players expect features to seamlessly blend into your UI, vivifying their conversations, and accommodating the personal relationships they’ve nurtured by playing games. To build an in-game chat that your players would want to use, it's essential to stay updated on the features you can't overlook and how PubNub provides solutions for these features.

Chat Rooms/ Group Chat

While this may seem apparent, you can't overstate the importance of clear, intuitive methods for players to interact with a specific group of fellow gamers. Most MMOs twenty years ago provided broad communication options such as local, party, or guild text chat channels. Just like in real life where they are playing games in different groups, contemporary players seek the freedom to choose their communication partners, switch between specifically composed channels, and do so intuitively.

PubNub's Real-time Data API contains a Publish-Subscribe API that describes the flow of messages between applications and devices. A publisher (any source of data) sends messages out to interested subscribers (receivers of data) via live-feed data streams known as channels (topics). All subscribers to a specific publisher channel are immediately notified when there are new messages received on that channel, and the message data (or payload) is received together with the notification.

Messages can be stored and retrieved as they get sent over the network using the Message Persistence feature, where each message is stored on the channel it was published, timestamped to the nearest 10 nanoseconds. In case players are offline during conversations, messages can be stored and retrieved using Message Persistence. Offline players can also be alerted to these missed messages using mobile push notifications via PubNub's Mobile Push Gateway, so players never miss out.

If you would like to learn how to add chat to your Unity game, you can follow our how-to guide on adding real-time chat to your Unity game. We also have a dedicated Chat SDK that offers a set of handy out-of-the-box chat features, like read receipts, mentions, unread message counts, threads, and more.

You can also use BizOps Workspace, a set of UI tools that help you manage your application, to watch live previews of conversations happening in real-time and take action to manually moderate that conversation, for example, by muting or banning users.

Friends

To ensure that your chat becomes the centerpiece of a truly social experience, facilitating personal connections between players is quintessential. This is especially true if you're targeting players looking forward to teaming up with real-life friends in the game. Just like a pack of friends enjoying a session of playing games in the real world, the virtual world must also cater to this camaraderie. Be it for organizing game nights between friends or kindling friendships online, the friend features paves the way for players to connect, chat, and play together with ease.

PubNub's technology ensures that chat data transmission meets the uptrend privacy and security standards. Presence monitors the subscribers (players) of channels, used to transmit data between devices. Consequently, players have real-time insights into who's currently online, the joining or leaving of players from a channel, as well as the channels a player is subscribed to.

To see a friend list in action, you can follow this how-to guide for adding a friend list to a Unity Game or follow our documentation in adding a friend list to your own game.

Reactions

Conversations are where players will express their frustrations and elations. Of course, an emoji says a lot, but reactions let players put their emotions in context. They’re a lightweight but fast way for players to comment on one another’s messages, and for others in a channel to easily grasp the general flow and feel of the conversation. More than anything, they give players an expansive range of expression to discuss, meme, and react to moments in your game.

PubNub's message reactions allow players to send back an emoji or custom reaction to a message they received. These reactions are typically visible to all players in the chat room and are displayed with the original message. We offer adding message reactions to many of our SDKs.

Be sure to follow how to add reactions and emojis to messages with the PubNub Chat SDK with our in-depth how-to guide.

Typing Indicators

Your game will probably have a lot going on. So, don’t make players wait around looking at silent threads. Typing indicators help bring immediacy to text-based interactions, letting players know at a glance that others are active in the conversation. They are little pieces of visual feedback, and they go a long way toward making chat feel like an organic, life-like interaction. Typing indicators help prevent cross talk, or might just make it clear when somebody isn’t interested in waiting their turn.

PubNub supports typing indicators that enable players to know if other players are typing messages in a channel. Once a player begins to type, other players can see the typing indicator appear on the screen in real time. You can trigger a typing event when a user starts typing a message and other users in the channel receive these events in real time to show typing indicators on the screen.

Read Receipts

Do your players want to invite friends to a game night? Maybe they’re asking for help with a puzzle, or are sending an SOS from deep in a dungeon. As in real life, your players will want to know that their messages were received. Like with any game mechanic, feedback in the chat is crucial to maintain awareness and satisfaction. Plus, seeing that they’ve been heard might stop players from spamming your main channel. These pair perfectly with typing indicators to make a truly organic in-game chat experience.

PubNub's message receipts enable players to track the delivery of messages in a channel. Message receipts include both delivered receipts, an indication that messages have been delivered to a user, and read receipts, an indication that a player has read the message.

PubNub Offers the Features You Need

No matter who your players are, they have likely built up habits and expectations around their day-to-day chat experiences. This makes sense: features like typing indicators, reactions, and read receipts lend feedback and a sense of immediacy to chat. In turn, players experience smooth, natural communication. When thinking about in-game chat, this level of interaction is the basis of any good gaming community. You’ll want to give players feedback, expressive freedom, and the ability to fine-tune their own social experience.

Implementing features like this can be challenging, adding what feels like more development time just to get your game out the door. Compared to the core needs of your game, they can seem like luxuries. But, if your game relies on community, you need to give players chat they’ll want to use. Luckily, when it comes to building full-featured in-game chat, you don’t have to reinvent the wheel.

PubNub offers functionality readily available in our SDKs and even a dedicated Chat SDK to provide several out-of-the-box chat features ready to go. Beyond providing the core, real-time infrastructure to send and receive messages, our SDKs offer easy-to-use endpoints to quickly implement essential chat features like:

Our real-time data API is flexible, so you can roll out these features quickly. Our globally available messaging infrastructure then lets you expand as your game, and needs, evolve. Getting started is easy. And, if you have any questions, we offer support 24/7 worldwide. With PubNub, you can start building world-class, in-game chat today.