Hello,
I have come across many tutorials to host a multi player game on your PC and people can access it to play the game together in the same instance.
But I am looking for a solution where, I can setup and host an archviz project on my PC and access it through browser from another PC / laptop/ipad to showcase the demo project to clients. Cause hosting on 3rd party clients/services comes with a cost, i currently need to do it for free.
What’s the best and easiest solution?
Thank you
1 Like
Hi there!
If you’re looking for just a basic demonstration you can show off to people remotely, hosted on your own machine, the Pixel Streaming Plugin for UE can likely handle that for you.
A simple setup using the docs above should allow you to show the project to people regardless of what device/platform they’re using, via their web browser.
Note that it isn’t really suited to a multiplayer scenario in which multiple people connect to the same game (it can be done but requires multiple instances and a dedicated server).
Let me know if you had any questions, I’d be happy to help