Platformer 3D Demo
by Godot Foundation | MIT
3D Platformer demo using a CharacterBody3D
3D Platformer demo using a CharacterBody3D . It uses similar code to the 2D platformer, but implemented in 3D. Language: GDScript Renderer: Forward
Kinematic Character 3D Demo
by Godot Foundation | MIT
Kinematic character demo for 3D using a cube for the character. This is similar to the 3D platformer demo
Kinematic character demo for 3D using a cube for the character. This is similar to the 3D platformer demo. Language: GDScript Renderer: Forward+ How does it work? This demo uses a CharacterBody3D for the player, and StaticBody3D for the level. Each has
Kinematic Character 2D Demo
by Godot Foundation | MIT
Example of how to make a kinematic character controller in 2D using CharacterBody2D. The character moves around, is affected by moving platforms, can jump through one-way collision platforms, etc
Example of how to make a kinematic character controller in 2D using CharacterBody2D . The character moves around, is affected by moving platforms, can jump through one-way collision platforms, etc. Language: GDScript Renderer: Compatibility
loading more results...