Skip to content

oreo

Choose a tag to compare

@Gameknight963 Gameknight963 released this 02 May 23:56
· 4 commits to main since this release

I didn't know what to name this release but i was thinking of oreos so there you go

Changes since last release

  • Added OnProviderRegistered event to NetworkRegistry. Access it with NetworkRegistry.OnProviderRegistered.

    You should probably wait until this fires before subscribing to anything inside NetworkRegistry.Provider.

  • Added IsMasterClient to INetworkProvider. Now you can tell if you're the master player or not. This is a Photon feature to be clear.
  • Added MasterClientActorNumber to INetworkProvider, to verify the response actually came from the master client.