New answers tagged gdscript
2
votes
Accepted
Decelerating player's momentum without changing direction
The Source of the Problem
Using move_toward separately on each axis will reduce both x and z toward 0 at the same rate until one of them reaches the destination, ...
1
vote
Can I reference resource UIDs in save files
As far as I can tell:
resource_path appears to return blank in an exported project for all resources but those saved to disk. Consequently, ...
1
vote
Accepted
Godot Multiplayer Player Doesn't Spawn
Well It turns out that I didn't know that I had to turn on the INTERNET option while exporting on Android.
Stated In Docs:
https://docs.godotengine.org/en/stable/...
Top 50 recent answers are included
Related Tags
gdscript × 171godot × 134
godot-4 × 60
2d × 14
godot-3 × 13
collision-detection × 10
3d × 7
physics × 6
animation × 5
debugging × 4
c# × 3
shaders × 3
textures × 3
algorithm × 3
multiplayer × 3
input × 3
platformer × 3
events × 3
plugin × 3
sprites × 2
networking × 2
procedural-generation × 2
game-mechanics × 2
path-finding × 2
optimization × 2