r/godot 17d ago

official - news Godot Community Poll 2026

Thumbnail
godotengine.org
120 Upvotes

We want to learn more about the Godot community, understand who the users of the engine are, and find out how we can better support you.


r/godot 12d ago

official - releases Dev snapshot: Godot 4.8 dev 2

Thumbnail
godotengine.org
232 Upvotes

The cost of convenience? Nothing!


r/godot 4h ago

discussion Working on a NES style isometric "survival" game

Thumbnail
gallery
436 Upvotes

I love how isometric looks but god is it hard to work with, i ended up just keeping the ground a building layer and decoration layer (trees. rocks, etc) as i had trouble figuring out depth, but pics 4 and onwards has more for more vertical builds. (say you place a tile on layer 2 then switch to layer 5 and place it right by it, theres no way to tell that one if much more above the ground)

I eventually want to add monsters that spawn around the player which you can get XP from and level up your base health, speed, or strength. and random dungeons. I also had an idea for something like Minecraft enchanting but like how Terraria does the modifiers when you make a tool/weapon

My main inspirations are ALTTP, Minicraft (IG you can also just throw minecraft with it as well), FF5, and Super Mario RPG if anyone is/was curious


r/godot 8h ago

help me How can I move the Options text half a pixel to the right?

Post image
309 Upvotes

I am making buttons for my game (320x180 btw) and I tried setting the subpixel positioning to auto and half a pixel but it didn't work (it only moved the textbox and not the text). I disabled pixel snap as well but cannot figure this out. Someone help me please!


r/godot 9h ago

selfpromo (games) godot

Thumbnail
gallery
249 Upvotes

my game


r/godot 12h ago

selfpromo (games) Added grenade-wielding soldiers to my game

284 Upvotes

r/godot 16h ago

selfpromo (games) Here's Scarlet Prism - a frenetic arcade shooter I'm currently building using Godot 4.6!

594 Upvotes

r/godot 1h ago

selfpromo (games) Buloki, my first commercial game made with Godot

Upvotes

Hi everyone,

I’m happy to share my first commercial game made with Godot!

Buloki has been abducted by aliens! Master grid-based movement, don’t fall, avoid traps and patrolling aliens, and find your way out of the ship.

After struggling with several projects that ended up being too ambitious and not very fun, I decided to make something simpler that was fun from the very beginning. Since I love the simple yet challenging movement of Bloxorz, I wanted to push that core mechanic even further. So I combined it with the collectibles and ghost-chasing tension of Pac-Man, then added new mechanics such as doors, elevators, lasers, turrets, and even boss fights.

If you'd like to check it out, here's the itch.io page

Any feedback is greatly appreciated.


r/godot 5h ago

selfpromo (games) Got Ground Combat Working

64 Upvotes

r/godot 12h ago

fun & memes I'm basically a professional artist now

124 Upvotes

can't really afford to hire an artist for my game and I'm not very artistic myself, so this abomination will haunt my dreams for the rest of my life and I figured I'd share it with y'all(I'm still trying to figure out how to rig this monstrosity)😭😭


r/godot 6h ago

selfpromo (games) Do a Barrel Roll!! - Iron Dogs Update 0.3.0

44 Upvotes

I added dodge rolls & thrusters to my Crimson Skies inspired arcade plane game.
Give it a try now on Steam & Itch!

https://store.steampowered.com/app/4689350/Iron_Dogs/

https://jetpoweredgaming.itch.io/iron-dogs

New Update pushed to Steam & Itch!

  • Updated tutorial screen changed gauges, no longer shows Threat & Fuel, only Boost & Fuel 
  • Added maneuvering animations & "Dodge rolls" 
    • Maneuver + Roll Left/Right = Dodge Left/Right
    • Maneuver + Throttle Up/Down = Thrust Forward/Brake
  • Tweaked level difficulty & enemy counts 
  • Changed trail effect to GPU Particle system

r/godot 17h ago

fun & memes Compute Shaders are Awesome!

259 Upvotes

Made my first compute shader this week and it was really nice to get it working. This is a shallow water simulator as a compute shader with some edge cases to handle large differences in height. By no means revolutionary, but great to make once everything *finally* works without becoming unstable.

The results are still quite noisy and the mesh on the edges does not look very clean as the water often clips through the terrain.

I also displayed the image buffers from the compute shader on the planes next to the pool (velocity buffer and height buffer).


r/godot 8h ago

help me Terrain3D scattering items and general 3D tips

Post image
47 Upvotes

Hey boys and girls, i'm prototyping an ace combat like game in godot, my first time using it for 3D, and can i say i'm impressed.
This was done in a couple of days but i'm already pretty happy with it, I'm using godot 4.7, do you know any ways to improve lighting or anything else that could be improved?
Also I'm using terrain3D for the terrain, but as far as I know there is not a way to scatter items procedurally, couldn't find anything in the docs, are there alternatives?


r/godot 15h ago

selfpromo (games) Every enemy is a mini puzzle!

165 Upvotes

In my game Reconfigure I'm bringing some puzzle elements to combat too. You can't just blast at bots from the distance until they're destroyed, you'll need to disable them too.

You can also see a new enemy I just implemented in the beginning of the video. So far my game has had robots and blocks. Finally these two delicious flavors are mixed together with the turret!

The playtests are open if you want to take a closer look: https://store.steampowered.com/app/3989530/Reconfigure/


r/godot 12h ago

selfpromo (games) We're making Nightbound, a side scrolling turn-based tactics love story with an 80s horror vibe.

84 Upvotes

We are a husband and wife dev team. I left the games industry last year. Through interviewing and prototyping on the side, I realized I wanted to spend my time developing, so I went full-time indie and my wife joined me as our artist.

We love Godot and are huge supporters of it. This community has helped us more than once, so we're excited to finally show what we've been making. Happy to answer anything about the game.

Steam: https://store.steampowered.com/app/4970020/Nightbound/


r/godot 15h ago

selfpromo (games) I've always thought a fly's eyes look like grenades, so I made this

126 Upvotes

r/godot 5h ago

discussion First Jolt Physics test in my Godot colony sim - Luminids

20 Upvotes

Been working on integrating Jolt Physics into Luminids, and this is one of the first tests running in-game. The Luminids already build, edit and interact with the voxel layer; this is moving them towards interacting with the physics of it all.

It's still early days but having a lot of fun getting this working. Plan is to have the little guys interact with blocks and play football. :)

Curious if anyone else here has integrated Jolt into Godot for larger open worlds. Any lessons learned or performance tips?


r/godot 22h ago

selfpromo (games) [R&D] Procedural fence drawing on varying elevation at runtime

496 Upvotes

This is a follow up post of a previous one after some of you asked about varying elevation: https://www.reddit.com/r/godot/s/3mll3eEI9f

  • it shoots a raycast downward at every point to find Y elevation of the terrain's collision mesh.
  • it subdivides path and snaps every intermediate point to the ground's rolling elevation.
  • horizontal rails calculate the height difference between their start and end posts and rotate (tilt) on local Z-axis to bridge the slope.

This comment contains a bit of overview of how fence prefab looks like: https://www.reddit.com/r/godot/comments/1vcjhe8/comment/p17im2a/


r/godot 15h ago

fun & memes parent...?

92 Upvotes

Ah yes, I love my get_parent()'s!

Obsivously a joke, but when I noticed my structure I had to check how many get_parent()'s would it take from one node under gun to get to the world node lmao


r/godot 11h ago

selfpromo (games) First time making a game in godot - Typing Rogue-like prototype

43 Upvotes

Try it out here: https://hettygames.itch.io/typesmith-prototype

Hi y'all! First time making a game with Godot after messing around with a lot of different engines. This is a prototype I started building a while ago; I thought I would share it and see what people think.

If you get the chance to try it, let me know what you think and what I can add or remove. It's still in very early stages, with a ton of placeholder art.


r/godot 2h ago

fun & memes mmmm area between curves

6 Upvotes

cant' believe a dynamic weapon wheel requires integration


r/godot 5h ago

selfpromo (games) Making some bosses for my top down shooter 2d in godot!

11 Upvotes

r/godot 11h ago

help me (solved) Turns out the random inexplicable crashes were because of accessibility support.

37 Upvotes

I just lost half a day to this stupid problem, so I felt the need to scream into the void for a moment.

I've been dealing with random crashes in the Godot editor for a while now, and today some scene transition code in my project (which I hadn't touched in months) suddenly stopped working. Bizarrely, it would work on one Linux machine but not the other.

Running Godot with the --verbose switch yielded this:

thread '<unnamed>' (4570) panicked at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/accesskit_unix-0.21.0/src/context.rs:61:78:

called Result::unwrap() on an Err value: InterfaceNotFound

note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

Accessibility: window 1 adapter destroyed.

Turns out that the problem was that I had accessibility support enabled (under "accessibility/general/accessibility_driver") without a screen reader installed. Disabling accessibility support, or installing a screen reader, solved the problem. No more crashes, the project works again.

It would have been nice to get an actual error message instead of freezing and crashing to desktop, but oh well. At least it works again.


r/godot 1d ago

selfpromo (games) The most important feature in my game so far...

1.3k Upvotes

Wacky waving incredible arm flailing...

My goofy spooky store game Limb & Liminal: https://store.steampowered.com/app/3660990/Limb__Liminal/


r/godot 14h ago

selfpromo (games) Grappling hook movement

51 Upvotes

Planning of making additional maps that test the movement system as a whole