Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: the-conqueror-97/Mirror

Tags

v41.0.0

Toggle v41.0.0's commit message
add TODO

v40.0.10

Toggle v40.0.10's commit message
cherry picked preprocessor define from asset store release branch

v40.0.9

Toggle v40.0.9's commit message
fix: Telepathy V1.8 [2021-06-02]

- fix: Do not set timeouts on listener (fixes MirrorNetworking#2695)
- fix: MirrorNetworking#104 - ReadSafely now catches ObjectDisposedException too

v40.0.8

Toggle v40.0.8's commit message
add comment

v40.0.7

Toggle v40.0.7's commit message
fix: Fixed PlauerUI Text in Basic Example

v40.0.6

Toggle v40.0.6's commit message
fix: NetworkIdentity default execution order set to -1. guarantees Aw…

…ake() initializing all NetworkBehaviours before their Awake is called. [imer, FakeByte]

v40.0.5

Toggle v40.0.5's commit message
fix: kcp2k V1.10

- feature: configurable Timeout
- allocations explained with comments (C# ReceiveFrom / IPEndPoint.GetHashCode)
- fix: MirrorNetworking#17 KcpConnection.ReceiveNextReliable now assigns message default so it
  works in .net too
- fix: Segment pool is not static anymore. Each kcp instance now has it's own
  Pool<Segment>. fixes MirrorNetworking#18 concurrency issues

v40.0.4

Toggle v40.0.4's commit message
fix: NetworkClient.Disconnect NullReferenceException if connection wa…

…s null

v40.0.3

Toggle v40.0.3's commit message
perf: NetworkServer.Broadcast serialization lookup removed. serializa…

…tions are now cached and rebuilt in NetworkIdentity based on timestamp.

=> way easier
=> way faster because we don't need to recycle two writers for every .spawned at the end of broadcast

v40.0.2

Toggle v40.0.2's commit message
perf: Extensions.CopyTo foreach allocation removed