this post was submitted on 06 Sep 2024
306 points (99.0% liked)

Godot

5679 readers
51 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

[email protected]

Credits

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 67 points 1 week ago (3 children)

Unity was one of the first applications that made me take a good look at FOSS in general because my experience with it was:

"Hey let's make a game for our final project"

"Okay, let's try Unity"

Flashbanged in light mode

Dark Mode is only available for real cash money subscription license

"Yeah okay nvm let's try something open source lol"

[–] [email protected] 3 points 3 days ago

Meanwhile in my engine's editor, the default is dark mode, with no plans on making light mode on my end.

[–] [email protected] 28 points 1 week ago (1 children)

They really paywalled dark mode? That move alone is incredibly dumb. Surefire way to alienate potential new users before they've even tested anything serious.

[–] [email protected] 17 points 1 week ago (1 children)

Used to. It took a single registry tweak to enable it which was easily found, but still a pain.

[–] [email protected] 5 points 1 week ago* (last edited 1 week ago)

having to hack around your IDE for something that simple is a real bad sign

[–] [email protected] 18 points 1 week ago* (last edited 1 week ago) (1 children)

I'm building something heavily reliant on the physics engine. Unity you need to be an enterprise member for the ability to override methods related to physics. Easy choice

[–] [email protected] 11 points 1 week ago* (last edited 1 week ago) (1 children)

Is that why so many unity games have the same feel? I've started looking into the game engine that's used and avoiding unity games.

[–] [email protected] 3 points 1 week ago

I can't say thats why, regardless of engine you're trying to solve basically the same problems, more likely which example project is used as a starter, which I'm sure very much the same can happen regardless of game engine.

With the FOSS spirit however Im sure more contributors will make plenty of viable starter asset packs for inexperienced users and diversify the "feel"

But I can say being able to actually interact with the phys engine is practically what's enabling my project, so I would imagine that also has a part in the feel of games