Hello people,
I’d like to use the new NetworkMatch class, in order to get matchlists and such. However, I don’t understand how to use the NetworkMatch.SetProgramAppID method to be able to call UNET functions.
It seems, all you can insert is an enum. How do you use it? Where do you get the suitable object to pass over? Just passing the string from Application.cloudProjectId doesn’t seem to work, neither does that convert to an AppID object. The enum itself, is only offering “Invalid”. Unfortunatly, the docs don’t seem to reveal much about it (or did I just miss something)?
I know it’s being mentioned in another place in the docs, apart from the scripting reference, where a AppID.XXX is put in as an example, but there is no futher information about it.
What am I supposed to do? Can someone help?