[](https://github.com/Hattiffnat/bevy_third_person_camera_2/actions)
[](https://crates.io/crates/bevy_third_person_camera_2)
[](https://docs.rs/bevy_third_person_camera_2)
[](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)
# Description
This is a simple and flexible plugin for adding a third-person camera to Bevy.
## Main features
1. Support for multiple cameras and targets (multiple cameras can be aimed at a single target).
2. Event-based controls ([all events](./src/events.rs)).
3. Damping.
## [Example](./examples/follow_cube.rs)
# Installation
The plugin name is quite long, so I recommend renaming it.
```sh
cargo add bevy_third_person_camera_2 --rename third_person_camera
```
# Bevy version
| 0.1 | 0.17 |
| 0.2 | 0.18 |
| 0.3 | 0.19 |