Multiplayer Character Selection
Intro Being able to select a character to play as, is a vital component for some multiplayer and singleplayer games but there are a lot of ways that this can be achieved. Some of these methods are better than others, and will depend on the engine used. In this article, I will be using Unreal Engine 5, and so will be using one of the best workflows for it.
Overview I will be using the Seamless Travel feature of UE5 to maintain the data when we travel from the character selection screen to the game map.
read more