Daniel
Results
1
comments of
Daniel
For anyone having the same problem, changing all `[Rpc(SendTo.Everyone)]` RPCs to `[ClientRpc]` and `[Rpc(SendTo.Server)]` RPCs to `[ServerRpc]` etc. works for me. The game now builds in Xcode and runs fine...