bevy_third_person_camera_2 0.1.9

Simple and flexible plugin for Bevy game engine
Documentation

Rust crates.io docs.rs Bevy tracking

Description

This is a simple and flexible plugin for adding a third-person camera to Bevy.

Bevy version 0.17

Main features

  1. Support for multiple cameras and targets (multiple cameras can be aimed at a single target).
  2. Event-based controls (all events).
  3. Damping.

Example

Installation

The plugin name is quite long, so I recommend renaming it.

cargo add bevy_third_person_camera_2 --rename third_person_camera