유니티 Fusion2 RPC - InvokeLocal 초간단 정리
VR하는소년
Fusion 2 - Remote Procedure Calls | Photon EngineRPCs (Remote Procedure Calls) are ideal for sharing punctual game events; in contrast [Networked] properties are the go-to solutions for sharing statedoc.photonengine.comInvokeLocal = true면 RPC를 보낸 그 클라이언트에서 즉시 1번 실행됩니다. (기본값은 true라 따로 설정하지 않아도 됩니다) 내가 StateAuthority(Shared 모드에선 보통 마스터클라이언트)라면, InvokeLocal=true RPC를 호출했을 때 로컬에서 즉시 1회만 실행되고 추가 재실행은..