Posted on

How to Use Photon Chat for Unity Lesson 4

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.