For this lesson, we will be going over all the UI objects in Unity that make up our Photon chat system. Our entire chat system is contained under a single root object which is the chat manager. This makes it easy for us to make a prefab out of the whole chat system. The UI object consists of input fields, buttons, text objects, and scroll rests. We need to first have the UI built so we can then create the functionality in the next videos.
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