구현 내용1. 멀티 대전 입장 https://kkln2486.tistory.com/428 서버, 로비 접속 및 방 생성구현 방법NetworkManager 스크립트using System.Collections;using System.Collections.Generic;using UnityEngine;using Photon.Pun;using Photon.Realtime;public class NetworkManager : MonoBehaviourPunCallbacks{ private void Awake() { Screen.SetResolution(kkln2486.tistory.compublic void MultiPlayActive(){ _multiPlayPanel.SetActive(true); C..