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

Skip to content

Tags: Gorhn/Mirror

Tags

v29.2.4

Toggle v29.2.4's commit message
perf: Applied Channels.DefaultUnreliable to Experimental Network Tran…

…sform

v29.2.3

Toggle v29.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perf: NetworkTransform compresses rotation from 16 to 4 bytes. (Mirro…

…rNetworking#2469)

1024 entities => 4KB instead of 16KB

v29.2.2

Toggle v29.2.2's commit message
fix: kcp2k V1.4. fixes a bug where KcpConnection message processing c…

…an now be stopped immediately when transport was disabled after scene change message; MirrorTransport uses turbo mode by default now

v29.2.1

Toggle v29.2.1's commit message
remove unused import

v29.2.0

Toggle v29.2.0's commit message
feat: NetworkServer.maxConnections is now public

Fixes MirrorNetworking#2448

v29.1.1

Toggle v29.1.1's commit message
fix: broken links to documentation

v29.1.0

Toggle v29.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add OnStopServer / OnStopClient methods to Network Authenticator (

MirrorNetworking#2447)

* feat: Add OnStopServer / OnStopClient methods to Network Authenticator

* Added calls to Network Manager

* Added OnStopServer / OnStopClient overrides to Authenticators

Co-authored-by: MrGadget1024 <[email protected]>

v29.0.0

Toggle v29.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs(Transport): adding rules to remarks on transport (MirrorNetworki…

…ng#2450)

* adding rules to remarks on transport

* adding default channel rule

v28.1.5

Toggle v28.1.5's commit message
ignore warning in tests

v28.1.4

Toggle v28.1.4's commit message
fix: Fixed PlayerScore Display in MultipleAdditiveScenes Example