Chapter 5. Creating Custom Actors
Using the CryENGINE actor system, we can create players or AI-controlled entities with custom behaviors to populate our game world.
In this chapter we will cover the following topics:
- Learning the purpose of actors and the core idea behind implementing them
- Creating a custom actor in C++ and C#
- Creating our first player camera handler
- Implementing basic player movement