First going to explain what I am trying to accomplish and my needs so I can be pointed towards.
Game would be a multipass for offline with CPU or online with others/CPU. Online through Steamworks, offline Yak.
Trying to make a Play button, choose which transport would be used (Online or Offline), then would come create room or choose a room, so a room list here would be in order. Then load a scene, unload the main scene, and, at times, add scenes and remove scenes during gameplay.
Issues I am having:
Checking the lobby worlds scene, I tried to add multipass with Yak and Steamworks, Fishy Steamworks try to start automatically and I get error telling me to start one of them. But I followed the setup from multipass on documentation and don't know how to do that properly on the start since that would be an after steps.
Second would be properly loading and unloading scenes. How to efficiently and properly do this, since I never done networking before I wanna be a bit more efficient.
And third would be the room list. To get a room list, would I need to make a little server for that or when looking over at Steamworks I could get a list over that game? How would I have to do that list/create system properly? Want to understand this part a little better