Hey everyone,
Just a quick question.
I’ve been trying to figure out in my head what is happening here, and finally sick enough of this problem that I need to do something about it now, as it is now hindering my workflow.
Preface:
I’ve created a fully functional authoritative server and separate client that uses prediction for my game.
Everything is working as expected and perfect in the following cases:
Client.exe & Server.exe ran on same computer
Client.exe on computer 1, Server.exe on computer 2
Unity Editor(Client) & Unity Editor(server) ran on same computer
Unity Editor(Client) on computer 1 & Server.exe on computer 2
Client.exe on computer 1 & UnityEditor(Server) on computer 2
Problem:
Unity Editor (Client) on computer 1 & Unity Editor (Server) on computer 2
So essentially, when I want to run the Unity Editor(Client) on one computer for debugging, and have the Unity Editor(Server) on a different computer for debugging the Client and Server are no longer able to communicate with one another.
Just as a quick assumption, I think this may have to do with being ran from inside the UnityEditor process, on separate computers?
Hope to find someone that has had and solved this problem before that can give me some ideas on what to check or how to fix, as I would really like the ability to debug within Unity on separate computers.
Thanks,
Andy
PS,
Client.exe and Server.exe are different projects.