Dear unet team,
I recently updated to 5.4 and found that some API changes broke my code. I see that the BitBucket source for 5.4 (still beta at the time) was last updated on 2016-04-03. If it’s not too much trouble, can we get the latest release version (and as an aside, could we follow the pattern 5.3/5.4/5.5b etc to reflect beta versions in the future?)
I also see that some types or small container classes have changed or disappeared, ‘BasicResponse’ for example. Could you update the Network Meteoroid or other Networking example to reflect the new API as well? Alternatively (or better yet, in addition), perhaps someone could make an official post in the multi-player section of the forum whenever new versions of Unity are released to explain the changes to the unet API? I’m certain all the current devs working with unet are jumping through the same hoops as me to get my project running again in 5.4.0; it’s definitely not a deal breaker, but a small effort would certainly help out a lot of people it seems.
Thanks again for this wonderful API!
Arun
EDIT: I discovered that
MatchDesc → MatchInfoSnapshot fyi and
MatchDirectConnectInfo → MatchInfoSnapshot.MatchInfoDirectConnectSnapshot
Also, a very brief summary of unet changes is available at:
http://docs.unity3d.com/Manual/UpgradeGuide54.html
EDIT #2: Here are the changes between 5.3 and 5.4 for the Networking.Match namespace: