Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 506 Bytes

v0.1.10-v0.1.11.md

File metadata and controls

7 lines (6 loc) · 506 Bytes

v0.1.10 - v0.1.11 Breaking Changes Migration Guid

  • Removed controller logic entirely
    • change using statement from 'bevy_third_person_camera::{camera::*, };' to 'bevy_third_person_camera::;'
    • remove any references to the 'bevy_third_person_camera::controller::*;'
  • Rename ThirdPersonCamera 'mouse_sensitivity' field to 'sensitivity', and change type to Vec2
  • Replace CameraGamepadSettings fields 'x_sensitivity' & 'y_sensitivity' gamepad setting fields to 'sensitivity' and change type to Vec2