Skip to content

Releases: expressobits/character-controller

Update 2.2.0

19 Mar 23:55

Choose a tag to compare

2.1.7

27 Mar 11:09

Choose a tag to compare

Full Changelog: 2.1.7...2.1.6

2.1.6

18 May 16:44

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

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

Choose a tag to compare

  • Update to godot 4 beta 17
  • Fix Array with type

2.1.3

28 Jan 14:05

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

Choose a tag to compare

Fix collision in player audios

2.1.1

02 Dec 22:57

Choose a tag to compare

  • Update to godot 4 beta 7

2.1.0

28 Nov 12:22
fc5d121

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

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