You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,20 +30,20 @@
30
30
31
31
The **Stream Chat SDK** is the official Unity SDK for [Stream Chat](https://getstream.io/chat/sdk/unity/), a service for building chat and messaging games and applications.
-**Unity Engine 6, 2023.x, 2022.x, 2021.x, 2020.x, and 2019.x Support**
34
34
-**IL2CPP** Support
35
-
-**Automatic State Management** The Chat Client completely manages the state. You work with highlevel models that simplify API interaction and are always up to date
36
-
-**Automatic Reconnection** Whenever the connection is lost the chat client will reconnect automatically when the network is back
35
+
-**Automatic State Management** The Chat Client completely manages the state. You work with high-level models that simplify API interaction and are always up-to-date
36
+
-**Automatic Reconnection** Whenever the connection is lost, the chat client will reconnect automatically when the network is back
37
37
-**Realtime** Highly responsive experience using Websockets
38
38
-**Messaging:** Send direct or group messages, and have the messages persist across sessions
39
39
-**Channels:** group channels, private messages, etc.
40
-
-**Reactions:**Every message can be reacted to by multiple users
40
+
-**Reactions:**Multiple users can react to every message, custom reactions
-**Roles & Permissions:** Admins, Moderators, custom roles with custom permission
43
43
-**Moderation Dashboard** Dedicated web panel to handle moderation
44
-
-**Search**search through messages history
45
-
-**Unread counts**mark read state and count unread messages for each user
46
-
-**Typing indicators**see who's currently writing a new message
44
+
-**Search**Search through message history
45
+
-**Unread counts**Show the last read message per user and count unread messages
46
+
-**Typing indicators**See who's currently writing a new message
47
47
-**Fully open-source**: Complete access to the SDK source code here on GitHub
48
48
49
49
## IL2CPP
@@ -54,7 +54,7 @@ WebGL is supported :rocket:
54
54
55
55
## Free for Indie Developers
56
56
57
-
Stream is free for most side and hobby projects. You can use Stream Chat for free if you have less than five team members and no more than $10,000 in monthly revenue. Visit our website and [apply for the Makers Account](https://getstream.io/maker-account/).
57
+
Stream is free for most side and hobby projects. You can use Stream Chat for free with less than five team members and no more than $10,000 in monthly revenue. Visit our website and [apply for the Makers Account](https://getstream.io/maker-account/).
0 commit comments