- Home /
What is responsible for this error when connecting to LAN (The connection request to 127.0.0.1:26500 failed. Are you sure the server can be connected to?)
I was testing my game for bugs so i tried connecting to a server that did not exist .
needless to say i got an error stating "`The connection request to 127.0.0.1:26500 failed. Are you sure the server can be connected to?`"
There is a check that is performed when you connect to a network . it determines is the network can be connected to .
What is that check ?
I have tried to use many methods to find it but with no luck.
Answer by mattyman174 · Feb 22, 2014 at 12:21 PM
Check out the Networking functions on the Unity Scripting Reference located at the link below. You may find what your looking for their.
http://docs.unity3d.com/Documentation/ScriptReference/Network.html
Your answer
Follow this Question
Related Questions
Multiplayer desynchronize when grabbing an object by code. 0 Answers
LAN NetworkTransport communication issue 1 Answer
How can I connect PC(Unity program) with Mobile Dvice(for Android)? 3 Answers
Network.Connections 1 Answer
Convas on Network 0 Answers