6 ms·
I don't see why there cannot be both? GDScript is perfectly useful.
by elliotpage 3y ago
I don't see why there cannot be both?
GDScript is perfectly useful.
- ImprobableTruth 3y agoBecause as is C# is very noticeably a second class citizen. Something like Godot 4.0/4.1 missing C# support for android/ios/web shows that perfectly imo.
- bastardoperator 3y agoI prefer it. I'm not wasting a single second in C# until I have to.
- danielvaughn 3y agoFor me it's not whether it's useful, it's whether the tradeoffs are worth it. I assume GDScript has some unique features that make it especially useful in Godot development, but the disadvantage is that the skills aren't transferrable to any other platform or environment. At least C# and C++ are applicable outside of the engines that use them.
- interroboink 3y agoI get what you're saying, but a good chunk of transferable skills are not language-specific. Programming in a video game environment is going to impress some knowledge upon you that is generally useful, regardless of the language you use.
- cweagans 3y agoThe skills are transferrable enough. It's Python with a little syntactic sugar for Godot-specific things. It's an easy language to pick up for beginners and powerful enough for experienced devs. Kind of the sweet spot for game dev, IMO.