CRYENGINE Game Development Blueprints
上QQ阅读APP看书,第一时间看更新

Chapter 2. Creating a Playable Character

In any game, the user will be interacting with and experience the world in which they inhabit. In order to achieve this, we need some way for us to interact with the game world. Like other games, CRYENGINE games also use something called a player to accomplish this. It acts as a sort of proxy or interface for the user to interact with and experience the world. In this chapter, you will learn how to create such a player. Here are the topics we will discuss:

  • Implementing player lives
  • Implementing player movement and rotation
  • Making a camera follow the player