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

Skip to content

Tags: jaf6802/Mirror

Tags

v66.0.1

Toggle v66.0.1's commit message
fix: MirrorNetworking#2954 calling StopClient in host mode does not d…

…estroy other client's objects anymore

v66.0.0

Toggle v66.0.0's commit message
fix: NetworkStatistics Unity 2019 support (part two)

v65.0.1

Toggle v65.0.1's commit message
fix test

v65.0.0

Toggle v65.0.0's commit message
breaking: removed unnecessary 'initialize' parameter from InterestMan…

…agement.OnRebuildObservers

v64.1.2

Toggle v64.1.2's commit message
fix: NetworkAuthenticator methods virtual

- abstract throws an error for derived classes that wrap server methods in UNITY_SERVER or similar as missing required override.

v64.1.1

Toggle v64.1.1's commit message
fix: Chat Example Authenticator

v64.1.0

Toggle v64.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Allow generic NetworkBehaviour<T> subclasses (MirrorNetworking#…

…3073)

* feat: Allow generic NetworkBehaviour subclasses

It's only generic SyncVars (via attribute) and rpcs/cmds we don't want to deal with and that aren't supported.
Even generic SyncVar<T> works

* Generate IL2CPP compatible base calls

see MirageNet/Mirage@cf91e1d

* Make SyncVar field/hook references generic too

Fixes bad IL

* Update Extensions.cs

* Update Assets/Mirror/Editor/Weaver/Extensions.cs

Co-authored-by: vis2k <[email protected]>

v64.0.4

Toggle v64.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Android multicast Discovery. Fixes MirrorNetworking#2878 (Mirror…

…Networking#2887)

* Added Android multicast support for Discovery Fixes MirrorNetworking#2878

This will add support for turning on and off Multicast for Android devices.
It also contains an Android manifest editor that will add the appropriate permissions.

* Reset the lock state once you end it.

* Update NetworkDiscoveryBase.cs

* Update AndroidManifestHelper.cs

Co-authored-by: vis2k <[email protected]>

v64.0.3

Toggle v64.0.3's commit message
syntax

v64.0.2

Toggle v64.0.2's commit message
GenerateNewActionFromHookMethod helper function for future reuse in O…

…nDeserialize