this post was submitted on 22 Apr 2026
1 points (100.0% liked)
Game Development
6101 readers
4 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks for sharing. I'll def. check this out.
No prob!
Full disclosure: I've not used it yet myself, your post here spurred me to do some web searching.
I know there also like uh... Terrain3D, not sure if MTerrain is still sctively developed but I think it is... and then there's uh... shoot I forget the name, but theres a well done addon for making basically linked and tweakable roads.
Granted, thats all geared toward large scale, more outdoors focused maps, but... yeah generally, it is kind of annoying that Godot could do a bit better in the map design/editor department.
There are though a number of different kinds of approaches to 'solving' that problem, some in engine, others kinda lile this Meridian doohickey where it is basically: use another program as the editor and make the pipeline actually work.
Like uh, for rigging character models and such, ReGodotIfy is pretty good for Blender -> Godot for setting up characters, and I think it would well handle just static/dynamic objects as well.
Theres also Gaea, which looks to be pretty solid foundation for a kind of, plug in, 2d procedural map gen type thing... theoretically you could take what it outputs snd then basically treat it as layers of a cake that comprises a 3d map, something like that?
I've been off and on tinkering with a somewhat similar concept... maybr if I ever finish it (to my liking) I'll post it here.