Mirror icon indicating copy to clipboard operation
Mirror copied to clipboard

#1 Open Source Unity Networking Library

Results 202 Mirror issues
Sort by recently updated
recently updated
newest added

TODO is this going to break our unit test that checks for this error?? ![image](https://github.com/MirrorNetworking/Mirror/assets/16416509/8f150168-8932-453d-8a71-648196f5f050)

Needs Unit Test

WIP - this doesn't work with interest management yet, and SyncVar's aren't showing on host client. https://github.com/MirrorNetworking/Mirror/assets/9826063/3fe2a556-f305-4a77-9ac6-a2948692b760

enhancement
work in progress

When all SyncDictionary values are set simultaneously, this treats the serialization/deserialization as "all" instead of "delta" which means Callback will not be invoked, so you will miss data changes from...

new implementation with: - keeps SyncInterval - DirtyObjects as List for more memory friendly layout - faster TODO - [ ] real world tests results:

fixes https://github.com/MirrorNetworking/Mirror/issues/3528 - pending tests in some projects

we need to use explicit types for safety. this way C# type system can catch errors. notice the unit test being wrong, this wasn't caught before. TODO - [ ]...

work in progress