I’ve only read about multiplayer in UE5 so far and would like to start implementing it into my project. I’d like to do this by testing systems individually in a multiplayer project. Is there a template project, like the fps or third person game template, that has multiplayer enabled?
I know there is the Lyra project but I just want something bare bones so I can focus on specific systems.
Are there any template projects like this?
The First & Third Person templates are barebones multiplayer ready as far as replicating movement data. You still need to setup an online subsystem (EOS/STEAM), UI, Game Mode etc.
I’m not aware of any including LYRA that’s fully ready to package and play out of the box.
I had seen people talk about lyra so i made an assumption.
Ok. I’ll look into getting the subsystem set up then. I was hoping there would be something with a subsystem set up already, or at least something that can simulate locally just for a testing environment.
You can simulate in PIE client mode. In editor advanced settings you can setup custom FPS, Server tick, ping, loss% etc.
2 Likes