로딩
티스토리 데이터 처리 중입니다.

유니티 C# 포톤 채팅 간단 구현 Photon Chat

 유니티 C# 포톤 채팅 간단 구현 Photon Chat

패키지 임포트 Photon Chat | 네트워크 | Unity Asset Store Get the Photon Chat package from Photon Engine and speed up your game development process. Find this & other 네트워크 options on the Unity Asset Store. assetstore.unity.com 코드 작성 using System.Collections; using System.Collections.Generic; using UnityEngine; using Photon.Chat; using ExitGames.Client.Photon; using UnityEngine.UI; using System.IO; using Sy.....