> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OnRemotePlayerJoined

> Party Unity SDK의 PlayFabMultiplayerManager에 있는 OnRemotePlayerJoined 이벤트에 대한 참조로, 다른 플레이어가 현재 Party 네트워크에 참가할 때 발생합니다.

원격 플레이어가 네트워크에 참가할 때 발생합니다.

## 인수

### sender (object)

이벤트를 발생시킨 클래스입니다.

### player (PlayFabPlayer)

네트워크에 참가한 원격 플레이어입니다.


## Related topics

- [Party Unity plugin quickstart](/ko/services/playfab/multiplayer/networking/party-unity-plugin-quickstart.md)
- [PlayFabMultiplayerManager 클래스](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/index.md)
- [PartyRemoteDeviceJoinedNetworkStateChange](/ko/services/playfab/multiplayer/networking/reference/structs/partyremotedevicejoinednetworkstatechange.md)
- [OnRemotePlayerLeft](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/events/partyunityonremoteplayerleft.md)
- [OnNetworkJoined](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfabmultiplayermanager/events/partyunityonnetworkjoined.md)
