Skip to content

A guide of the installation and functions of Sendbird Chat for Unity sample.

License

Notifications You must be signed in to change notification settings

sendbird/sendbird-chat-sample-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sendbird Unity sample

Platform Languages

Sendbird provides the chat API and SDK for your app, enabling real-time communication among the users. Here are various samples built using Sendbird Chat SDK.

  • Chat sample has core chat features. Group channel and open channel are the two main channel types in which you can create various subtypes where users can send and receive messages. This sample is written in C# with Sendbird Chat SDK.

🔒 Security tip

When a new Sendbird application is created in the dashboard the default security settings are set permissive to simplify running samples and implementing your first code.

Before launching make sure to review the security tab under ⚙️ Settings -> Security, and set Access token permission to Read Only or Disabled so that unauthenticated users can not login as someone else. And review the Access Control lists. Most apps will want to disable "Allow retrieving user list" as that could expose usage numbers and other information.

Requirements

This sample project is tested on Unity 2019.4.37f1 and Unity 2022.2.7f1.

Run the sample

  1. Clone the project from this repository.
  2. Open cloned project via Unity Engine
    • If you're using Unity2022, select Unity2022 folder, and for 2019 or other versions, select Unity2019 folder.
  3. Open the Assets/SendBird.unity

Try the sample app using your data

If you would like to try the sample app specifically fit to your usage, you can do so by replacing the default sample app ID with yours, which you can obtain by creating your Sendbird application from the dashboard. Furthermore, you could also add data of your choice on the dashboard to test. This will allow you to experience the sample app with data from your Sendbird application.


About

A guide of the installation and functions of Sendbird Chat for Unity sample.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages