Tags: K00stya/Mirror
Tags
feat: Add rotation to NTv2 teleport (MirrorNetworking#2986) * feat: Add rotation to NTv2 teleport * Updated script template * Forgot Cmd/Rpc can't do overloads...fixed * overload OnTeleport * updated comments
fix: Added HashSet for disconnecting connections (MirrorNetworking#2981) * fix: Added HashSet for disconnecting connections * fixed code smells
fix: Check NetworkServer.active in DestroyObject (MirrorNetworking#2982) * fix: Check NetworkServer.active in DestroyObject - Fixes MirrorNetworking#2977 * Update Assets/Mirror/Runtime/NetworkServer.cs Co-authored-by: vis2k <[email protected]>
feature: SyncVar<T> (MirrorNetworking#2951) * feature: SyncVar<T> * remove unused import * SyncVarNetworkBehaviour<T> to support explicit hooks of <T> and to prepare for Weaver [SyncVar] internal replacement * only call hook on client for compatibility with original [SyncVar] * show SyncVar<T> label to make it obvious what type it is. useful to distinguish weaver replacements later
feat: Team Interest Management (MirrorNetworking#2979) * feat: Team Interest Management * meta file * Added forceShown * Code Smells * code smell * simplified
fix: NetworkBehaviour.OnStopClient Called Twice Fixes MirrorNetworking#2976
PreviousNext