Tags: eatmicco/Mirror
Tags
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]>
fix: host mode [SyncVar] setter hooks now support static functions ag… …ain (MirrorNetworking#3101) * fix: host mode [SyncVar] setter hooks now support static functions again * Tests: [SyncVar] setter in host mode static hook test for MirrorNetworking#3101
feat: updating to SimpleWebTransport v1.3 (MirrorNetworking#3099) - Allowing max message size to be increase to int32.max - fixing minor bugs (see change log)
PreviousNext