Tags: JesusLuvsYooh/Mirror
Tags
feat: Added SyncList.Find and SyncList.FindAll (MirrorNetworking#1716) fixes MirrorNetworking#1710
NetworkIdentity ServerUpdate Performance test (MirrorNetworking#1703)
feat: Use logger framework for NetworkClient (MirrorNetworking#1685) * Use logger framework for NetworkClient * Update Assets/Mirror/Runtime/NetworkClient.cs Co-authored-by: vis2k <info@noobtuts.com>
fix: Check SceneManager GetSceneByName and GetSceneByPath (MirrorNetw… …orking#1684) * fix: Check SceneManager GetSceneByName and GetSceneByPath * Fix example too.
fix: Re-enable transport if aborting additive load/unload (MirrorNetw… …orking#1683) * fix: Re-enable transports if aborting additive load/unload * Restore debug if's
perf: Increasing Network Writer performance (MirrorNetworking#1674) * Increasing performance of network writer * Using Array.Clear renaming value to newLength * Update Assets/Mirror/Tests/Editor/NetworkWriterTest.cs Co-Authored-By: Paul Pacheco <paulpach@gmail.com> * adding braces * extracting EnsureCapacity method * Update NetworkWriter.cs Co-authored-by: Paul Pacheco <paulpach@gmail.com> Co-authored-by: vis2k <info@noobtuts.com>
perf: Use continuewith to queue up ssl messages (MirrorNetworking#1640) get rid of the complicated queue. Use Task.continuewith also, apparently we have to flush or latency is really bad.
PreviousNext