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

Skip to content

Tags: kevin10030/Mirror

Tags

v40.0.1

Toggle v40.0.1's commit message
fix: Stop Discovery when client gets into Connected state

v40.0.0

Toggle v40.0.0's commit message
syntax

v39.2.2

Toggle v39.2.2's commit message
fix: MirrorNetworking#2739: NetworkServer.Update now operates on a co…

…py of connections so transports can call OnTransportDisconnected from within send. avoids 'collection can't be modified while iterating' exception

v39.2.1

Toggle v39.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fixing NetworkDiagnostics receive for batching (MirrorNetworking…

…#2700)

v39.2.0

Toggle v39.2.0's commit message
NetworkWriterTest: use CreateNetworked

v39.1.0

Toggle v39.1.0's commit message
feat: Added Stop buttons to Discovery HUD

Copied from NetworkManagerHUD

v39.0.1

Toggle v39.0.1's commit message
perf: NetworkBehaviour ComponentIndex O(N) => O(1) via caching

v39.0.0

Toggle v39.0.0's commit message
fix test after NetworkWriter Length removal

v38.0.1

Toggle v38.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Reset Network Time whenever server starts (MirrorNetworking#2713)

v38.0.0

Toggle v38.0.0's commit message
NetworkServer broadcasting: GetEntitySerialization helper function