I’m pretty new to Unreal Engine and I’m planning to develop a game where the goal is to protect the player’s base from invasions of the enemies, it’s a shooter game. I’m not sure what is the best approach for this kind of game.
- I read that third person games have usually more chance to succeed, is that true?
- I saw some tutorials showing how to switch from third person to first person view, but I didn’t see the opposite. In this case, would it be better to start developing using a third person template instead of a first person template and use blueprints to toggle between both perspectives?
- Should I make this a third person game? A first person game? Or both?
- Which perspective would be better for someone that is starting now to develop games? Which one requires less work?