GitHub : https://github.com/kwon1232/HDProject 📦 ChatManager — 네트워크 채팅 관리 Photon Chat 서버와 직접 통신하고 네트워크 이벤트를 처리하는 관리자 주요 역할Photon 서버 연결 및 인증채팅 채널 구독 / 메시지 송신채널 내의 메시지 수신 및 UI로 전달Photon 채팅 관련 콜백들 처리구조 ChatManager static ChatManager instance ➤ 싱글톤 ChatClient chatClient ➤ Photon 채팅 클라이언트 string chatChannel ➤ 사용할 채널명 ("GlobalChannel") SendMessageToChat() ➤ 채널로 메시지 전송 OnCon..