Godot 3D tutorial Create a moving platform Download
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=iLvDWPW3qsI
SImply how to create a 3D moving platform, • Create a body, usaly a kinematicbody (works best) + collision, mesh, anim-player. • and add transforms keys. to the anim track. • to get the player move with the platform, just add get_floor_velocity in the move_and_slide as in 1:48 • Download: https://github.com/AiTechEye/godot-3d... • • There are a lot of issues around this, so I decided to find out how it works :).
#############################
