Tags: antoniagonzalezpe/Mirror
Tags
feat: Move Network Manager out of DDOL in StopServer and StopClient (M… …irrorNetworking#2582) * feat: Move Network Manager out of DDOL in StopServer and StopClient - Moves Network Manager out of DDOL before going to offline scene to avoid collision and let a fresh Network Manager be created. * removed spaced between braces Co-authored-by: MrGadget1024 <chris@clevertech.net>
fix: making exception for OnDeserializeSafely more clear (MirrorNetwo… …rking#2562)
feat: Add ScriptTemplates to repo and package (MirrorNetworking#2559) Co-authored-by: MrGadget1024 <chris@clevertech.net>
perf: Batching (MirrorNetworking#2552) * perf: Batching. Batches message into Transport.GetMaxPacketSize sized chunks and sends them every batchInterval * don't log time * Transport.GetMaxBatchSize and kcp override it to always use MTU * remove comment * NetworkConnectionToClient tests * Test: Send_BatchesUntilUpdate * Test: Send_BatchesUntilInterval * fix: initialize last send time with NetworkTime.time * better comment * fixing reset after sending batch Need to reset both position and length * revert the transportreceive change for localconnections. before it didn't work because of the length bug that is fixed now. * added test to avoid length bug in the future * optional * enable batching in benchmark demo for max scale Co-authored-by: James Frowen <jamesfrowendev@gmail.com>
PreviousNext