How do I cast objects out of HostData comments?
Here: Unity - Scripting API: HostData.comment
and here http://unity3d.com/support/documentation/Components/net-MasterServer.html
… there is mention of being able to use this to relay information or data:
So far all of my lame attempts have returned only errors. I’ll admit var comment : String puts me off, but they are the docs, and they do say it can work.
Coincidentally if one googles “casting objects from binary data field” the third google result is the master server docs page (a bit circular, if you ask me…)
Hints and suggestions?