Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) пре 8 месеци
..
models 2a962929f3 Update demo files for Godot 4.2.1 (#1013) пре 8 месеци
player 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) пре 1 година
screenshots 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) пре 1 година
README.md 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) пре 1 година
cubelib.tres b47178faac Use a different color for moving platforms in platformer demos (#907) пре 1 година
default_env.tres 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) пре 1 година
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) пре 1 година
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) пре 1 година
level.tscn b47178faac Use a different color for moving platforms in platformer demos (#907) пре 1 година
project.godot 2a962929f3 Update demo files for Godot 4.2.1 (#1013) пре 8 месеци

README.md

Kinematic Character 3D

Kinematic character demo for 3D using a cube for the character. This is similar to the 3D platformer demo.

Language: GDScript

Renderer: GLES 3

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/126

How does it work?

This demo uses a KinematicBody for the player, and StaticBody for the level. Each has colliders, the player moves itself via move_and_slide() in _physics_process(), and collides with the level.

Screenshots

Screenshot