Topic was automatically imported from the old Question2Answer platform.
Asked By
kriah
I’ve just installed Godot today, after reading as much as i could bear in the step-by-step, I started a tutorial for an RPG.
WIthin the first video, I’m following instructions, but can’t find KinematicBOdy2D in my nodes.
Please send help!
It’s very possible that the tutorial you’re following assumes you already know the basics. Depending on when it was made, it may also be for an older version of Godot.
You click the “+” in the Scene tab and find or search for “KinematicBody2D” in the list.
I highly recommend following the whole “step by step” section of the docs. It will introduce a lot of the basics you need to know. In particular, the “Your First Game” section show a lot of practical usage.