How to make a 3D platformer?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By mrcarlos12345man

Hey there, so i am at a college, learning game development. However i can’t seem to find a tutorial or guide on making a 3d platformer in godot. I don’t know if i have to code unique code in order to make a 3d platformer with jumping and the other stuff.

Or if the engine has the code to make a 3d platformer.

I am new to programming and only know a bit of python. So, please could any point me to a guide/tutorial official or unofficial on how to make a 3d platformer?

:bust_in_silhouette: Reply From: Sojan

There is an official 3d platformer demo from the 3.0 release here https://github.com/godotengine/godot-demo-projects/tree/master/3d/platformer.

If you want a video to get a basic idea of how it would work, maybe check out

Just to make things clear. Does Godot has bulit in code to make platformers? like making movement,jumping and gravity? or do i have to make code from the ground up my platformer?

I just don’t know, if the engine has functions built in to make a platformer :frowning:

mrcarlos12345man | 2018-11-26 20:40

btw, the link doesn’t work :frowning:

mrcarlos12345man | 2018-11-26 21:29

Unless you copy a player node from a demo into your node scene, you will most definitely have to code. There is no built in 3d platformer player preset that you can use (unlike vehicles).

PS. youtube link should work now.

Sojan | 2018-11-27 00:05

no lol, the youtube link works fine, the github one doesn’t work :frowning:

mrcarlos12345man | 2018-11-27 20:16

The github link works fine but the platform is incorrectly adding the dot by the end to the link. Just remove it and it’ll be fine:

https://github.com/godotengine/godot-demo-projects/tree/master/3d/platformer

anelodin | 2019-01-27 20:19