Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: thinwu/Mirror

Tags

v10.4.10

Toggle v10.4.10's commit message
fix: NetworkBehaviour.SyncVarNetworkIdentityEqual made protected agai…

…n so that Weaver finds it again

v10.4.9

Toggle v10.4.9's commit message
NetworkIdentityTests: RebuildObserversAddsReadyComponentConnectionsIf…

…Implemented

v10.4.8

Toggle v10.4.8's commit message
forgot to remove comment

v10.4.7

Toggle v10.4.7's commit message
fix: NetworkIdentity.OnStartLocalPlayer catches exceptions now too. f…

…ixes a potential bug where an exception in PlayerInventory.OnStartLocalPlayer would cause PlayerEquipment.OnStartLocalPlayer to not be called

v10.4.6

Toggle v10.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: build in IL2CPP (MirrorNetworking#1524)

The weaver generated code now builds properly under IL2CPP
fixes MirrorNetworking#1519
fixes MirrorNetworking#1520

v10.4.5

Toggle v10.4.5's commit message
NetworkIdentityTests: SetClientOwner test to make sure the previous c…

…ommit's bug doesn't happen again

v10.4.4

Toggle v10.4.4's commit message
NetworkServer.UnSpawn test

v10.4.3

Toggle v10.4.3's commit message
NetworkServerTest: SendToAllTest

v10.4.2

Toggle v10.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: properly detect NT rotation (MirrorNetworking#1516)

v10.4.1

Toggle v10.4.1's commit message
fix: Room example to use new override