- Home /
Sending output to another pc while playing
Dear experts, I am super new to Unity and I want to connect my pc (where Unity runs some VR videos) to another pc (without Unity) connected via an ethernet crossover cable. Specifically, I am wondering whether there is a way to code in my Unity scripts that, at time x after the beginning of the video, the program should send a signal to the other pc (IP address). The two computers are not connected to Internet. Thank you in advance!
whats exactly the question? also, both pcs should be connected to the same router, not each other, and access the pc using its IPv4
Thank you! The question was "how can I include in my scripts the command to send the signal to the other pc at time x?", I have checked many pages and tutorials, but none apparently applies to this specific case with no shared Internet connection.
You dont need internet but you do need a router, obviously you need something to be listening in the second pc, an application, a web server... something, here is a tutorial https://www.youtube.com/watch?v=WBYRTlaUSsk&ab_channel=WorldofZero
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers