|
I have my Unity Project connecting to SmartFox server just fine. The issue I'm running into is I would like to have one script that handles all the calls to SmartFox and then use other scripts to show this data via a GUI. I'm trying to create a room list for the members in the current SFS room, but doing so from a script that doesn't instantiate SmartFox itself (there is another script for that). Here's my code : The script is taken directly off of the LobbyGUI script that comes with example files provided with SFS, I simply changed the currentActiveRoom.UserList variable to point to the Component that initalizes SmartFox on startup. Is what I'm trying even possible, or will I have to do this from the LobbyGUI script itself? I'm still in transition from Javascript to C#, so please forgive me if it's something incredibly simple (I just started with c# last night).
(comments are locked)
|
|
My apologies if I wasted anyone else's time, but I found a solution to my own problem. I simply added the following to the script I wanted to grab the member list from : I'm assuming that I don't need all of these and that the User setup I need is in one (perhaps entities) but for now it works
(comments are locked)
|
