Skip to content

Testing the current functionality for chat service 1.19.7

Notifications You must be signed in to change notification settings

beamable/MoeTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Details: Beamable Chat Vanilla Test

This sample project demonstrates specific Beamable features and services including Beamable Chat.

Variations Of Examples

There are several sample projects related to Chat.

  1. Chat_GPW_Sample_Project - This is a great place to start. It focuses on vanilla chat.
  2. Chat_GPW_2_With_MicroStorage_Sample_Project - This is just like #1 above, plus it includes Beamable Microservices and Beamable MicroStorage.

Project Configuration

  • Unity Target - Standalone MAC/PC
  • Unity Version - Use this Version or above

Project Structure

  • README.md - This README file
  • client/ - Open this folder in the Unity Editor
  • client/Assets/ - Core files of the project
  • client/Assets/Scenes/ - Open a scene in the Unity Editor to play the game!
  • client/Assets/3rdParty/ - Dependency asset files for the project
  • client/Packages/ - Dependency package files for the project

Beamable SDK

  • Included: This project includes the Beamable SDK for Unity
  • Version: The latest public release as of each GIT commit

Overview: Chat Vanilla Test

What is "Chat Vanilla Test"?

This project is a demonstration representing the core functions of the chat service. It shows the possibility of adding more than one local player. The project includes:

  • Two Players
  • Your Rooms Selection
  • Create/Join/Leave Chat Rooms

Important Note: The project is configured for more than one local players which is using the BeamContext.ForPlayer(string playerCode).Instance method instead of the Default Context. If you want to use the Default context please remove the symbol definition in Edit/Project Settings/Player/Other Settings/Script Compilation and remove the BEAMABLE_ENABLE_BEAM_CONTEXT_DEFAULT_OVERRIDE.

What is Beamable?

Beamable is the low-code option for rapidly adding social, commerce, and content management features to your live game. Learn how to do that with Beamable's online product documentation.
docs.beamable.com

What is Beamable's "Chat" Feature?

The purpose of this feature is to allow players to communicate in-game.
Beamable Chat

Got feedback?

Let us know what you think or ask any questions you might have.
Contact Us

About

Testing the current functionality for chat service 1.19.7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published