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

Skip to content

Tags: conan79/Mirror

Tags

v3.11.10

Toggle v3.11.10's commit message
fix: Don't increment counter in Awake (MirrorNetworking#971)

Doing it in Awake and also before assigning to clients skips connection ID 1.

v3.11.9

Toggle v3.11.9's commit message
fix: do not accumulate changes if there are no observers fixes Mirror…

…Networking#963 (MirrorNetworking#964)

* fix: do not accumulate changes if there are no observers MirrorNetworking#963

* Update NetworkIdentity.cs

v3.11.8

Toggle v3.11.8's commit message
fix: maintain Unity's copyright notice (MirrorNetworking#961)

v3.11.7

Toggle v3.11.7's commit message
fix: Telepathy forgot to set socket options for accepted clients on t…

…he server

v3.11.6

Toggle v3.11.6's commit message
perf: Recycle argument writer to avoid allocations (MirrorNetworking#945

)

* Recycle argument writer

* Get a pooled networkwriter for argumens

* Use pool,  not static variable

* Use explicit type

* Remove blank space

* Recycle writer in the weaver where it is allocated

v3.11.5

Toggle v3.11.5's commit message
perf: remove allocations during syncvar sync (MirrorNetworking#946)

v3.11.4

Toggle v3.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: properly stop client and server in OnApplicationQuit so that cli…

…ents still get a chance to send then 'quit' packet instead of just timing out. Also fixes a bug where OnStopServer/OnStopClient were not called when stopping the Editor. (MirrorNetworking#936)

v3.11.3

Toggle v3.11.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
perf: use 0 for null strings (MirrorNetworking#926)

* Use 0 for null strings

* Fix test

* No need for special case for ""

* No need for special case for ""

* Update Assets/Mirror/Runtime/NetworkReader.cs

Co-Authored-By: Paul Pacheco <[email protected]>

v3.11.2

Toggle v3.11.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
perf: Use 0 for null byte arrays (MirrorNetworking#925)

* Use 0 for null byte arrays

* Update Assets/Mirror/Runtime/NetworkWriter.cs

Co-Authored-By: Paul Pacheco <[email protected]>

* Update comments

* Update Assets/Mirror/Runtime/NetworkReader.cs

Co-Authored-By: Paul Pacheco <[email protected]>

* Update Assets/Mirror/Runtime/NetworkReader.cs

Co-Authored-By: Paul Pacheco <[email protected]>

v3.11.1

Toggle v3.11.1's commit message
fix: TelepathyTransport.ToString UWP exception