Week 7 – Local multiplayer
|
We planed for our game to have a 1 vs 1 local multiplayer. That means that the player fights against another player on the same device. But how to implement it ? In unreal engine it is accually really easy by using the blueprint system. The first thing i needed to do is to create a second player in the level blueprint. Because unreal engine is zero based i had to set the create player blueprint to zero where player one is zero and player two is one. Then i went to the project file and added a split screen.
Thats what i made for this week. |
