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

Skip to content

Tags: thevile/Mirror

Tags

mirror-545

Toggle mirror-545's commit message
NetworkWriter.WriteBytesAndSize doesn't depend on Transport.layer.Get…

…MaxPacketSize anymore. Mirror checks that in NetworkConnection etc. anyway. Writer should just write to the stream, no magic.

mirror-537

Toggle mirror-537's commit message
Add warning if we can't find scene object (MirrorNetworking#113)

mirror-535

Toggle mirror-535's commit message
Derived classes should have access to telepathy

mirror-534

Toggle mirror-534's commit message
made transport methods virtual so they can be overriden and extended

mirror-533

Toggle mirror-533's commit message
Don't override transport if user already initialized it somewhere else (

MirrorNetworking#112)

mirror-530

Toggle mirror-530's commit message
Remove unused meta

mirror-523

Toggle mirror-523's commit message
Telepathy updated to latest version

mirror-522

Toggle mirror-522's commit message
Fixes a bug: When you have NetworkManager unticked for server bind to…

… ip and have the server bind address blank, it in fact passes "127.0.0.1" to ServerStart. The fix passes null if nothing is specified in which case the server should not bind to a IP. (MirrorNetworking#107)

This has not been an issue before as TelepathyTransport.cs ignores the passed value.

Should consider adding the functionality to Telepathy.

mirror-517

Toggle mirror-517's commit message
NetworkBehaviour: removed unused EventDelegate

mirror-516

Toggle mirror-516's commit message
LogFilter: removed unused imports