Why not just use the native GD Script? IMO is far easier and cleaner to read than C#.
1. C# in Godot is faster than GDScript.
2. The type safety features of C# are a bit more mature (and non-optional) for C#
141–150 of 228 posts
Why not just use the native GD Script? IMO is far easier and cleaner to read than C#.
1. C# in Godot is faster than GDScript.
2. The type safety features of C# are a bit more mature (and non-optional) for C#
The problem with Godot is still it's age, and the lack of proven projects which many people are working on at once. Myself and plenty of others at small or above size studios would have to make a huge leap into Godot and hope you don't run into any scaling issues. Not just from a project point of view, but integration on the artistic side. LTS versions of Unity despite the known "un-fun" of it, are stable in a sense.…
Remember when fun and popular games were made by very small teams taking a chance? There was a particular whimsiness about them that I miss.
I'd also recommend people check out Defold: https://defold.com/ I'm not a game dev, but its the engine King uses that they completely open sourced, and I think it can be a good alternative.
Earlier quoted context omitted.
Do you have an actual specific disagreement with c# or are you just venting because you are not familiar with the language? C# is a robust language with a lot of features like lambdas pattern matching etc. I also find that most of the people who know Swift are Apple developers, so I feel like there isn't a broad enough appeal especially for game devs who are going to be more Windows or Linux centric.
Yes, I know C# reasonably well. I use it in Unity for game development, where it is the only option. C# is better than many alternatives, but Swift is simply a better language in every regard. C#'s GC is a constant issue for games, and it makes using things like LINQ nearly impossible since it does so much allocation. Swift is designed around automatic reference counting instead. C#'s structs work weirdly and are har…
As much as I'd like to use Godot, there are two features missing that I really don't think I could do without: - Asset store. I totally get it, handling payments, curating, etc. are a huge task... but man, I'm a coder, and I don't have the funds to pay an artist or a musician full time. Being able to just go buy a pack of trees for $20 or something is a huge timer saver. - Animation re-targeting. It seems like there'…
> - Asset store. I totally get it, handling payments, curating, etc. are a huge task... but man, I'm a coder, and I don't have the funds to pay an artist or a musician full time. Being able to just go buy a pack of trees for $20 or something is a huge timer saver. Heh I mentioned this in another Godot thread a few days ago. It sounds like a potential YC funded startup for anyone inclined and something that could be w…
As much as I'd like to use Godot, there are two features missing that I really don't think I could do without: - Asset store. I totally get it, handling payments, curating, etc. are a huge task... but man, I'm a coder, and I don't have the funds to pay an artist or a musician full time. Being able to just go buy a pack of trees for $20 or something is a huge timer saver. - Animation re-targeting. It seems like there'…
Yeah, that'd be cool. However, there are tools like Mixamo by Adobe that provide lots of pre-made animations.
As for an asset store for paid assets, there are already a few 3rd party sites for this.
As much as I'd like to use Godot, there are two features missing that I really don't think I could do without: - Asset store. I totally get it, handling payments, curating, etc. are a huge task... but man, I'm a coder, and I don't have the funds to pay an artist or a musician full time. Being able to just go buy a pack of trees for $20 or something is a huge timer saver. - Animation re-targeting. It seems like there'…
As much as I'd like to use Godot, there are two features missing that I really don't think I could do without: - Asset store. I totally get it, handling payments, curating, etc. are a huge task... but man, I'm a coder, and I don't have the funds to pay an artist or a musician full time. Being able to just go buy a pack of trees for $20 or something is a huge timer saver. - Animation re-targeting. It seems like there'…
> - Asset store. I totally get it, handling payments, curating, etc. are a huge task... but man, I'm a coder, and I don't have the funds to pay an artist or a musician full time. Being able to just go buy a pack of trees for $20 or something is a huge timer saver. Heh I mentioned this in another Godot thread a few days ago. It sounds like a potential YC funded startup for anyone inclined and something that could be w…
With 4.0 getting more and more advanced features [0] and Unity merging with an Ad company [1], Godot is looking like it could be an attractive proposition for a lot of Unity shops. [0] https://news.ycombinator.com/item?id=32003065 [1] https://news.ycombinator.com/item?id=32081051
Godot is an amateur project compared to Unity, it's not even close. What game actually shipped on Godot? I can't cite a single major game on it. https://godotengine.org/showcase Looking at any of thoses games looks bad tbh it's like weekend project / low indie games.
Here are some other games
Carol Reed Mysteries[53] (since 2021) Commander Keen in Keen Dreams (Nintendo Switch port only) Cruelty Squad Deponia (iOS and PlayStation 4 ports) The Interactive Adventures of Dog Mendonça & Pizzaboy Hardcoded Kingdoms of the Dump Sonic Colors: Ultimate
With 4.0 getting more and more advanced features [0] and Unity merging with an Ad company [1], Godot is looking like it could be an attractive proposition for a lot of Unity shops. [0] https://news.ycombinator.com/item?id=32003065 [1] https://news.ycombinator.com/item?id=32081051
Godot is really cool, but a clear and publicly delineated path to console distribution (and not "go talk to these guys", as they currently do) is going to be necessary to get material interest out of most of the gamedev space.