Skip to content

Releases: expressobits/character-controller

2.1.7

27 Mar 11:09
Compare
Choose a tag to compare

Full Changelog: 2.1.7...2.1.6

2.1.6

18 May 16:44
Compare
Choose a tag to compare
  • Initialize actual_rotation with the value of the owner (Thanks @epergo)
  • Fix warnings in console
  • Fix wrong array type in controller.gd

2.1.5

11 Feb 12:28
Compare
Choose a tag to compare
  • Add documentation reference API to scripts
  • Rename many script to follow gdscript guidelines

2.1.4

02 Feb 16:33
Compare
Choose a tag to compare
  • Update to godot 4 beta 17
  • Fix Array with type

2.1.3

28 Jan 14:05
Compare
Choose a tag to compare
  • Fix scripts for update to godot 4 beta 16
  • Add setup mouse mode in example player.gd ready function

2.1.2

04 Dec 15:26
Compare
Choose a tag to compare

Fix collision in player audios

2.1.1

02 Dec 22:57
Compare
Choose a tag to compare
  • Update to godot 4 beta 7

2.1.0

28 Nov 12:22
fc5d121
Compare
Choose a tag to compare
  • Refactor input setup
  • Add input for head movement in top layer scripts
  • Bug fixes

Refactor modular character controller

26 Nov 17:23
Compare
Choose a tag to compare
  • Update to Godot 4
  • Move to plugin
  • Refactor core scripts
  • Add abilities
  • Add head bob and FPS controller variant
  • Refactor example scene