Hi everyone,
I’m new on unreal. I designed a chair’s showroom and I want to build multiplayer virtual showroom on web browser (like https://xiaomi.corporate-metaverse.com.
How to build as multiplayer? Can you help me for that?
Hi everyone,
I’m new on unreal. I designed a chair’s showroom and I want to build multiplayer virtual showroom on web browser (like https://xiaomi.corporate-metaverse.com.
How to build as multiplayer? Can you help me for that?
Unreal has had html5 support removed years ago. You would have to add it in with the community run branch (not sure up to which version it supports)
The only official way would be through pixel streaming which is expensive to run.
firstly, thanks for your answer.
I know that Unreal Engine 4.25 still support HTML5. But what I want to learn is how can I run it in a web browser as multiplayer?
but this is a single project on web browser. I want multiplayer project on web browser.
Then you would need to have a dedicated server setup running on you server as well.
html5 is just the delivery platform. You need to make a multiplayer game first in that regard with dedicated server support. Then upload the dedicated server onto your website and connect to it later through the published web version.
It is too complex for a single tutorial. Look on youtube how to make a game with a dedicated server first (you need to compile unreal from source), then how to connect to the game.
Then try experiments with publishing to the web.
A lot also depends on your cloud service / website provider. It’s a complex task.
Do you have a tutorial about that?