For this lesson on how to use Photon Chat for Unity, I will show you how to create and set up a chat manager script. This script will be used to send and receive public and private messages to everyone in the current chat room and region. I will show you how to first set up a connection to the Photon Chat servers and as well as how to maintain that connection. We will also create all the necessary callback function to create our chat system.
Chat
Matchmaking Tutorials
Basics
- Why You Should Make Multiplayer Games!
- Set Up PUN 2 in Unity
- Create Multiplayer Rooms with Photon 2 in Unity
- Starting Multiplayer Games with Photon 2 in Unity
- Instantiating Player Avatars with Photon 2 in Unity
- Photon Transform View with Photon 2 in Unity
- RPC Functions with Photon 2 in Unity
- RPC in FPS with Photon 2 in Unity
- Observable Components with Photon 2 in Unity
- Disconnecting Players and Host Migration with Photon 2 in Unity
- End of Photon 2 Basics in Unity
Advanced
Helpful Tips
Making Pong Multiplayer
Among Us Multiplayer