Hello,
I am attempting to use the example menu script as a starting point to build my own menu.
I have created my own script named "Net Manager" and renamed the "examples" string array to a "scenes" string array and populated it with my own scene names. (See "Net Manager" attachment)
Everything works fine on the Net Manager side (scene names show up correctly on the gui buttons etc. - see "Works Correctly" attachment) but when attempting to click the button, Unity attempts to load the '1. RFCs' scene that was linked up in the example. (see "Problem" attachment)
Where is mClient.onLoadLevel being called from? Why is levelName equal to '1. RFCs'? How can I change this? (See "Confusion" attachment)
Thanks in advance
Brainzout