Tags: jaf6802/Mirror
Tags
fix: MirrorNetworking#2954 calling StopClient in host mode does not d… …estroy other client's objects anymore
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]>
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]>
PreviousNext