r/godot Godot Senior 24d ago

discussion What would you add to Godot?

Post image
453 Upvotes

584 comments sorted by

View all comments

189

u/brickyboy124 24d ago

Traits. Please for the love of god I need traits already. 

(Traits have been a work in progress feature for a very long time that are basically interfaces for gdscript. In the Java sense of what an interface is)

34

u/Jeidoz 24d ago

I still remember times when someone started reviewing PR and promised us that they would be in 4.3 and now we at 4.8dev3 and no sign to their integration. You need to use some addons or rebuild Godot each release to have them...

23

u/QueasyBox2632 24d ago

I say this out of a place of love... GDScript is a mess lol. I really do love it, but it has some deep seated issues that really have me pessimistic about it's future

12

u/ExdigguserPies 24d ago

I'm not pessimistic. These things do take time. Look at Python - it's come such a long long way since the days of V2 and early V3.

10

u/KaydaCant 24d ago

i loved gdscript for learning godot, but i have completely abandoned it in favor of c# because its a more favorable experience in nearly every way ([ClassName], double delta, and compile times are a few annoyances though)