public void OnPhotonSerializeView(PhotonStream stream, PhotonMessageInfo info)

ย  ย  {

ย  ย  ย  ย  if (stream.IsWriting)

ย  ย  ย  ย  {

ย  ย  ย  ย  ย  ย  stream.SendNext(Kill_Log);

ย  ย  ย  ย  }

ย  ย  ย  ย  else

ย  ย  ย  ย  {

ย  ย  ย  ย  ย  ย  Kill_Log = (List<string>)stream.ReceiveNext(); ;

ย  ย  ย  ย  }

ย  ย  }




์ด๋ ‡๊ฒŒ ์งฐ๋Š”๋ฐ ๋ญ๊ฐ€ ๋ฌธ์ œ์ผ๊นŒ?


Exception: Write failed. Custom type not found: System.Collections.Generic.List`1[System.String]

์ด๋ ‡๊ฒŒ ๋œธ