perhaps someone (or at least someone from UT) can answer this question:
What has been done on the network part of Unity in V3.0?
I’ve skipped through the network related pages in the beta but I couldn’t find any information about the network background. Most of the network pages are dated 2007 and 2009…
What has been done?
Has it been updated to the latest Raknet version?
Sorry… I referred to the “What’s new?” part of the documentation yesterday to someone and missed the network part of it… That said, they refer to the release notes for further information. And those actually point to 2.6… We’ll have to wait for the official release then.
I’ve been doing some testing with networking in my project and there still are some problems for me ATM, but bugs are reported and I think they will probably be fixed in one of the next betas. Once those are fixed, I could probably build a larger-scale test if people want to participate (I also have load-testing clients that can be used to simulate multiple players in a single instance; as well as being run with multiple instances on a single-machine).
My game only uses RPCs, though (no NetworkView-synchronization). So, the whole are of NetworkView-synchronization is something that I’m not testing at all.