On my unity client app when I try to connect to my local web server (Tomcat 7) who is running on the address 127.0.0.1:8080 I get the error “The connection request to 127.0.0.1:8080 failed[…]”. Here is a snippet of my code:
public class Game: MonoBehaviour { public GameObject board; public GameObject player; void Awake () { (…) Network.Connect(“localhost”, 8080); } //other methods… }
Sory Sr: Thanks for the critic
I’m learning how to post in this forum.
I found a more specific video link for a “connect to my local web server” link here
Tell me if this is more correct or not and I will adjust my sensibility accuracy to this forum.
Kind regards
Probably i not understood correctly the question. Is difficult to know when “don’t know what it’s about” I was trying to help and I will limit my comment. Thanks Sr.