Out dated BitBucket Source and Asset Store Examples

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:

Thanks for this, might help.

“MatchInfoSnapshot.MatchInfoDirectConnectSnapshot” => Department of Redundancy Department approves ! :eyes:

1 Like

The Network Meteoroid example has been updated and checked in 5.4 :slight_smile:

I just wonder why the unet team didn’t share that information in the Multiplayer forums in this thread…? I am scouring the forum daily, hungry for info and unet learning opportunities. Seems like the best place to get the word out, or maybe there was an announcement in another thread etc.? I didn’t get any email or update from the Asset Store, maybe it’s coming later or based on my email prefs…)

Much respect for the prompt update, unet team!! :smile:
Arun