Aaron Franke 5646c6a7a8 Open and save 3D demos in Godot 4.3 stable (#1109) | пре 4 месеци | |
---|---|---|
.. | ||
models | пре 4 месеци | |
player | пре 7 месеци | |
screenshots | пре 2 година | |
README.md | пре 6 месеци | |
cubelib.tres | пре 4 месеци | |
icon.webp | пре 1 година | |
icon.webp.import | пре 1 година | |
level.tscn | пре 7 месеци | |
project.godot | пре 4 месеци |
Kinematic character demo for 3D using a cube for the character. This is similar to the 3D platformer demo.
Language: GDScript
Renderer: Forward+
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2739
This demo uses a CharacterBody3D
for the player, and StaticBody3D
for the level. Each has colliders, the player moves itself via
move_and_slide()
in _physics_process()
, and collides with the level.