Welcome to Godot Forums
๐ฎ๐ Hello and Welcome,
You've landed at the right spot for everything Godot! Whether you're a newbie or a pro, our forum is a hub for insightful discussions, tutorials, showcases, and collaborations.
Before jumping in, do take a quick look at our community guidelines. Remember, this is a place for respectful, considerate interactions.
We're excited to have you and can't wait to see the brilliant games you'll create with Godot. Let your creativity soar! ๐ฎ๐จ๐ฉโ๐ป๐จโ๐ป
/Mike
Latest engine news:
Please, help me understand Preload and why this (example inside) doesn't work...
- Megalomaniak replied
- Hello, thanks for any and all help. I'm trying to understand why something isn't working, not because I can't solve it in a different way, but rather because If I don't figure this out it can cause bl...
So my pathfinding code for an enemy isn't working. Any suggestions on how to fix it?
- OpinionatedGamer replied
- Okay, so here's what the code looks like in it's entire: extends KinematicBody export var speed = 0.1 var health = 100 var direction = Vector3() var path : Array = [] var path_node = 0 onready var nav...
- B
How to use a sine to start/stop/start/... movement. (or a better way!) ?
- BingBong replied
- I need my kinematic body to move in the way a looper caterpillar would move if that makes sense! When they key is pressed, I want the sprite to move,stop,move,stop,move,stop etc. I can run the animati...