Edit of asset "2D Physics Platformer Demo (RigidBody)" Accepted

Old/Current New/Edit
Title 2D Physics Platformer Demo (RigidBody) 2D Physics Platformer Demo (Rigidbody)
Description This demo uses RigidBody2D for the player and enemies. These character controllers are more powerful than KinematicBody2D, but can be more difficult to handle, as they require manual modification of the RigidBody velocity.

Language: GDScript

Renderer: GLES 3 (particles are not available in GLES 2)
A demo of the original physics platformer from Godot 2.x ported over.
It uses a dynamic character controller to move the robot, which means the character can perfectly interact with physics (there is even a see-saw).

Unlike kinematic, these character controllers are more powerful, but can be more difficult to handle, as they requires manual modification of the rigid body velocity.
Category Demos Demos
License MIT MIT
Repository Provider Custom Custom
Repository Url https://github.com/godotengine/godot-demo-projects/tree/3.5-9e68af3/2d/physics_platformer https://github.com/godotengine/godot-demo-projects/tree/3.0-219783e/2d/physics_platformer
Issues Url https://github.com/godotengine/godot-demo-projects/issues https://github.com/godotengine/godot-demo-projects/issues
Godot version Godot 3.5 Godot 3.0
Version String 3.5-9e68af3 3.0-219783e
Download Commit https://github.com/godotengine/godot-demo-projects/releases/download/3.5-9e68af3/2d_physics_platformer.zip https://github.com/godotengine/godot-demo-projects/releases/download/3.0-219783e/2d_physics_platformer.zip
Download Url (Computed) https://github.com/godotengine/godot-demo-projects/releases/download/3.5-9e68af3/2d_physics_platformer.zip https://github.com/godotengine/godot-demo-projects/releases/download/3.0-219783e/2d_physics_platformer.zip
Icon Url https://user-images.githubusercontent.com/5276727/35007704-289bf87e-fb03-11e7-9e0d-b000dd77d7e2.png
https://user-images.githubusercontent.com/5276727/35007704-289bf87e-fb03-11e7-9e0d-b000dd77d7e2.png
Preview Insert
Type image
Image/Video URL https://user-images.githubusercontent.com/5276727/35007705-28f0be22-fb03-11e7-8c82-d4111cdbdd3b.png
Thumbnail https://user-images.githubusercontent.com/5276727/35009077-3ece4d00-fb07-11e7-9da8-dfa301472de5.png