Tags: FizzCube/Mirror
Tags
Added int channelId to GetMaxPacketSize so different channels can hav… …e different max packet sizes. (MirrorNetworking#125) Useful for transports where you have an unreliable channel thats limited differently
Don't require Cmd, Rpc and Target prefixes (MirrorNetworking#127) The restriction is arbitrary. Let the user use any name they want.
Removed NetworkManagerPreview because it offer nothing of value and n… …o one even knew that it existed
Start server if headless mode (MirrorNetworking#126) * Start the server automatically if headless mode * spaces
varint synclist indexes, fixes MirrorNetworking#120 (MirrorNetworking… …#122)
pass index of element during add. Fix MirrorNetworking#118 (MirrorNet… …working#121) * Reproduce the issue in a unit test * Pass the index of the element with add fix issue MirrorNetworking#118
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.
Add warning if we can't find scene object (MirrorNetworking#113)
PreviousNext