Edit of asset "Third Person Controller" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Third Person Controller | State Machine Third Person Controller |
| Description |
* All informations are on the Github repository page ! : https://github.com/Jeh3no/Godot-Third-Person-Controller ---------------------------------------------------------------------------------------- General : This asset is a heavely modified fork of Gtibo's Godot-Plush-Character project (https://github.com/gtibo/Godot-Plush-Character). It provides a simple, fully commented, finite state machine based controller, camera, as well as a properties HUD. A test map is provided to test the controller. A cute 3D character model made by Gtibo is also provided, fully animated (he use an animation tree powered by a state machine as well), plus movement sounds and particles effects. The controller use a finite state machine, designed to be easely editable, allowing to easily add, remove and modify behaviours and actions. Each state has his own script, allowing to easely filter and manage the communication between each state. He is also very customizable, with all movement parameters, camera settings, and keybindings being exposed as export variables in the inspector for easy customization. The asset is 100% written in GDScript, with the snake case convention. ---------------------------------------------------------------------------------------- Compatibility : Godot 4.6, 4.5, 4.4: Fully supported. Godot 4.0 - 4.3: Should work, but you will need to delete the .uid files. ---------------------------------------------------------------------------------------- Features : Movement : - Finite state machine based controller - Smooth acceleration and deceleration - Slope and hill traversal - Walking - Running (continuous hold or toggle) - Jumping (configurable multi-jump) - Jump buffering - Coyote time - Air control (customizable via curves) - Ragdoll Camera : - Default/Free camera - Aim/Shooter/Above shoulder camera (with left and right sides) - Camera zoom Model : - Model orientation (camera independant, or camera follower) UI : - Properties HUD Misc : - Input action checker |
* All informations are on the Github repository page ! : https://github.com/Jeh3no/Godot-State-Machine-Third-Person-Controller/tree/main ---------------------------------------------------------------------------------------- A simple and complete third person controller asset, made in Godot 4. This asset is a heavely modified fork of Gtibo's Godot-Plush-Character project (https://github.com/gtibo/Godot-Plush-Character). It provides a simple, fully commented, finite state machine based controller, camera, as well as a properties HUD. A test map is provided to test the controller. A cute 3D character model made by Gtibo is also provided, fully animated (he use an animation tree powered by a state machine as well), plus movement sounds and particles effects. The controller use a finite state machine, designed to be easely editable, allowing to easily add, remove and modify behaviours and actions. Each state has his own script, allowing to easly filter and manage the communication between each state. He is also very customizable, with a whole set of open variables for every state and for more general stuff. This is the same for the camera. The asset is 100% written in GDScript, with the snake case convention. He works perfectly on Godot 4.4, and should also works wells on the others 4.x versions (4.3, 4.2, 4.1, 4.0), but you will have to remove the uid files. ------------------------------------------------------------------------------------------ Features : - Smooth moving - Ability to move on slopes and hills - Walking - Running (continious and once pressed input) - Jumping (with multiple jump system) - Auto jump - Jump cutting - Jump buffering - Coyote jump/time - Air control (easely customizable thanks to curves) - Ragdoll - Default/Free camera - Aim/Shooter/Above shoulder camera (with left and right sides) - Camera pan - Camera zoom - Model orientation (camera independant, or camera follower) - Properties/Debug HUD |
| Category | 3D Tools | 3D Tools |
| License | MIT | MIT |
| Repository Provider | GitHub | GitHub |
| Repository Url | https://github.com/Jeh3no/Godot-Third-Person-Controller | https://github.com/Jeh3no/Godot-State-Machine-Third-Person-Controller |
| Issues Url | https://github.com/Jeh3no/Godot-Third-Person-Controller/issues | https://github.com/Jeh3no/Godot-State-Machine-Third-Person-Controller/issues |
| Godot version | Godot 4.5 | Godot 4.4 |
| Version String | 2.0 | 1.0 |
| Download Commit | 3389ba9d639a19d542f8ab8e5cf306b1e4677cbf | 02887613c6c725d0e2e5c47b45f53178db96615c |
| Download Url (Computed) | https://github.com/Jeh3no/Godot-Third-Person-Controller/archive/3389ba9d639a19d542f8ab8e5cf306b1e4677cbf.zip | https://github.com/Jeh3no/Godot-State-Machine-Third-Person-Controller/archive/02887613c6c725d0e2e5c47b45f53178db96615c.zip |
| Icon Url |
https://raw.githubusercontent.com/Jeh3no/Godot-Third-Person-Controller/refs/heads/main/addons/Arts/Images/icon.png
|
https://raw.githubusercontent.com/Jeh3no/Godot-State-Machine-Third-Person-Controller/refs/heads/main/addons/Arts/Images/icon.png
|