i made a network game.
everything works fine except joining the room.
i have no idea why this happened
this is my code and setting
public class LobbyManager : NetworkLobbyManager {
...
public void OnClickStartHost()
{
StartHost();
}
public void OnClickJoin()
{
networkAddress = ipInput.text; // this is IP
StartClient();
}
i tried 127.0.0.1 / ipv4 address / default gateway. none of them worked.
i guess that probably i need a server from another company, which means i have to pay for that.
if that is true, could you recommand some good company with good price?
any help is appreciated.