Best of Godot2025

  1. 1
    Article
    Avatar of game_developersGame Developers·31w

    Which software is beginner friendly for game development? Unity, Unreal or Godot?

    A beginner seeks recommendations on choosing between Unity, Unreal Engine, and Godot as their first game development platform. The post asks the community for guidance on which engine is most beginner-friendly for starting a game development journey.

  2. 2
    Article
    Avatar of 80lv80 LEVEL·34w

    Juicy UI For Pixel Art-Style 4X Game Made With Godot

    PLVS VLTRA is a turn-based 4X strategy game built with Godot featuring an economy dashboard that visualizes complex financial data through line graphs, pie charts, and detailed breakdowns. The game integrates UI design with gameplay mechanics, where the dashboard reflects player decisions made through a Laws & Policies system and Imperial Cabinet interactions. The project demonstrates how data visualization can serve as both an informational tool and strategic gameplay element in indie game development.

  3. 3
    Article
    Avatar of ghblogGitHub Blog·29w

    GitHub Game Off 2025 theme announcement

    GitHub's annual Game Off game jam returns for its 13th year with the theme 'WAVES'. Participants have until December 1, 2025 to create and submit games inspired by the theme using any programming language or game engine. Games must be stored in a public GitHub repository, and submissions will be evaluated across six categories including gameplay, graphics, and theme interpretation. Voting runs through January 8, 2026, with winners announced on January 10. The event welcomes developers of all skill levels, from beginners to veterans, working solo or in teams.

  4. 4
    Video
    Avatar of gamefromscratchGamefromscratch·1y

    Godot Gets Jiggle Physics

    Godot 4.4 introduces many new features, including jiggle physics, which can be easily implemented using the Spring Bone Simulator 3D. The update also includes improvements in embedded game windows, shader functionalities, and additional animation modifiers. This release is considered by some as the best version of Godot yet due to the numerous quality-of-life enhancements.

  5. 5
    Article
    Avatar of gamesindustryGamesIndustry.biz·45w

    Two years after the Unity controversy, how are things going with Godot?

    Following Unity's controversial decisions in 2023, the open-source Godot game engine experienced significant growth in adoption and community contributions. While Godot still lacks some of Unity's features, it offers sufficient functionality for many indie developers and provides the crucial advantage of being open-source, meaning developers truly own their tools. The engine has improved substantially with better 3D support, Vulkan compatibility, and console support through W4 Games. Developers appreciate Godot's flexibility and the security of open-source licensing, which prevents vendor lock-in situations like Unity's runtime fee controversy.

  6. 6
    Video
    Avatar of awegoAwesome Go·1y

    Make an MMO with Godot 4 + Golang: Database setup for persistent game world

    Learn how to set up a SQLite database for a Godot 4 MMO using Golang. This guide covers establishing a connection, handling user registration and login, and writing SQL queries without using an ORM. Follow along to implement a secure and persistent game world. By the end of this tutorial, you'll have a functioning login system and the groundwork for more complex game logic.

  7. 7
    Video
    Avatar of nickchapsasNick Chapsas·24w

    The New Cross Platform C# IDE is INSANE

    SharpIDE is a new open-source, cross-platform C# IDE built using C# and the Godot game engine with Photino Blazor for the UI. Created by Mark Parker, it runs on Windows, Linux, and Mac, offering features like syntax highlighting, debugging with Samsung debugger, NuGet package management, test explorer, and fast project loading. While very early in development and not production-ready, it demonstrates working code editing, building, running, and debugging capabilities. The project is fully open-source on GitHub, encouraging community contributions to add features and improvements.

  8. 8
    Video
    Avatar of gamefromscratchGamefromscratch·29w

    Godot UI -- From Worst to First?

    Godot 4.6 introduces a major UI redesign based on the Passive Star theme, transforming the editor's aesthetics with improved spacing, modern fonts, and better visual hierarchy. The new default theme can be switched back to classic if preferred. The update compares Godot's evolution against Unity and Unreal Engine interfaces, arguing that Godot has moved from having the least appealing UI to potentially the most polished among major game engines.

  9. 9
    Video
    Avatar of gamefromscratchGamefromscratch·42w

    Battlefield 6 Using... Godot???

    Battlefield 6 incorporates Godot engine as the foundation for its Portal modding toolset, allowing players to create custom maps and game modes. While the main game still runs on EA's Frostbite engine, the level editor and modding tools are powered by the open-source Godot engine. This represents a significant endorsement for Godot, exposing it to a massive AAA gaming audience and demonstrating its capabilities beyond indie game development.

  10. 10
    Video
    Avatar of clearcodeClear Code·24w

    Recreate Stardew Valley in Godot & and master advanced Godot concepts

    Comprehensive tutorial covering advanced Godot features by recreating Stardew Valley mechanics. Demonstrates animation trees, state machines, blend spaces, enums, tile map layers with terrains, and resource management. Walks through implementing player movement, tool switching, farming systems, and level design using autotiling. Includes practical exercises for mastering complex animation logic and input handling patterns.

  11. 11
    Video
    Avatar of brackeysBrackeys·1y

    How to make 3D Games in Godot

    Learn how to transition from 2D to 3D game development using Godot. The video covers essential concepts such as using nodes, working with 3D assets, setting up basic functionalities and collisions, and managing physics. Additional topics include importing and configuring 3D models, adding animations, setting up lighting and environmental effects, and optimizing game performance. The guide aims to demystify 3D game development, making it accessible and manageable for both beginners and experienced developers.

  12. 12
    Article
    Avatar of phoronixPhoronix·21w

    Open-Source Crown Game Engine v0.60 Released

    Crown Game Engine version 0.60 has been released. Crown is an open-source game engine that serves as an alternative to more well-known options like Godot Engine in the open-source game development space.

  13. 13
    Article
    Avatar of godotGodot·32w

    Material Maker – Godot Engine

    Material Maker is an open-source procedural PBR material and texture creation tool built with Godot Engine. Created by RodZilla in 2018, it recently released version 1.4 running on Godot 4, featuring nearly 250 nodes and export capabilities to Godot, Unity, and Unreal. The tool generates shaders using a node-based system and has been used in several released games including Crown Gambit and Zefyr: A Thief's Melody. Godot 4 brings compute shaders for improved performance and flexible layouts with undockable panels. Future development focuses on 3D model texturing with a procedural painting workflow.

  14. 14
    Video
    Avatar of gamefromscratchGamefromscratch·1y

    Terrain3D -- Ultimate Godot Terrain System Finally Released

    Terrain3D, a highly anticipated terrain system for Godot, has reached its 1.0 release. This C++ optimized extension supports multiple scripting languages, boasts numerous features, and is well-documented. It allows users to create and manage terrain with ease, supporting height maps and procedural generation. The system also includes tools for AI navigation, painting textures, and handling complex terrains without harming performance.

  15. 15
    Article
    Avatar of godotGodot·28w

    Dev snapshot: Godot 3.7 dev 1 – Godot Engine

    Godot 3.7 dev 1 snapshot introduces significant improvements including rewritten 3D physics interpolation, blob shadows for mobile optimization, mutable audio drivers to reduce CPU usage, and core optimizations for faster object casting and data structures. The release includes 130 fixes from 44 contributors, with features like glow map effects, improved TileSet visibility, and better Xbox controller support on Android.

  16. 16
    Article
    Avatar of godotGodot·1y

    Godot C# packages move to .NET 8

    Godot 4.4 will now target .NET 8, updating from .NET 6 which ends support in November 2024. Existing Godot projects will be automatically upgraded to target .NET 8 when opened with Godot 4.4. Users are encouraged to upgrade to the latest version of Godot to benefit from the latest fixes and improvements.

  17. 17
    Video
    Avatar of gamefromscratchGamefromscratch·1y

    Better Coding in Godot

    A powerful add-on called Script IDE has been recommended for enhancing the GD script development experience in the Godot game engine. The add-on provides features similar to those found in Visual Studio Code, including tab management, quick search, and configurable hotkeys. It offers a more streamlined, efficient workflow for developers, and is customizable to suit different preferences. Users interested should install it via the asset library and can configure its settings as needed.

  18. 18
    Article
    Avatar of godotdevelopersGodot Developers·1y

    Modeling a car in Blender for Godot full process

    Learn the full process of modeling a car in Blender, importing it into Godot, and setting it up with the vehicle control node through a detailed video tutorial.

  19. 19
    Article
    Avatar of 80lv80 LEVEL·46w

    Free Sandbox Evolution Simulator Built With Godot

    Genesis is a free, open-source evolution simulator built in Godot Engine that demonstrates natural selection in real-time. Digital organisms compete for resources, reproduce, and pass traits to offspring with mutations, allowing users to observe how populations evolve over generations. The tool is designed for educational purposes and works best with populations under 500 for optimal performance.

  20. 20
    Video
    Avatar of gamefromscratchGamefromscratch·1y

    HUGE 2D Game Asset Bundle - Unity | Godot | GameMaker | More

    Discover a bundle of 90 2D game assets, primarily pixel art, available for $20 on itch.io. It includes character sprites, tile maps, sound effects, and more, suitable for engines like Unity, Godot, and GameMaker. The redemption process requires individual downloads but offers a decade to complete. Assets are licensed for personal and commercial use with attribution and cannot be used in crypto projects.

  21. 21
    Article
    Avatar of godotdevelopersGodot Developers·1y

    I made my first an open-source puzzle game.

    The author shares their experience of creating an open-source puzzle game using Godot during a game jam. Though the game still requires some additional features, the author is content with the progress and provides a link to try the game and access its source code on GitHub.

  22. 22
    Article
    Avatar of godotGodot·1y

    Dev snapshot: Godot 4.4 beta 1

    Godot 4.4 beta 1 marks the start of the feature freeze for the 4.4 release cycle, focused on fixing bugs and improving performance. New features include game window embedding, Apple Game Controller improvements, support for MetalFX upscaling on macOS and iOS, and enhanced shader and animation tools. The release also brings breaking changes in key areas like UID support and string handling. Developers are encouraged to test and report bugs to ensure a timely final release.

  23. 23
    Video
    Avatar of clearcodeClear Code·1y

    Master Godot Layouts by recreating Zelda UIs

    Learn how to master UI layouts in Godot by recreating Zelda-style menus. The tutorial covers essential topics such as integrating layouts in 2D games, handling controller input, and working with themes and animations. By the end, you will be able to create custom user interfaces in various styles, enhancing your game development skills.

  24. 24
    Article
    Avatar of godotGodot·1y

    Release candidate: Godot 4.4 RC 1

    Godot 4.4 Release Candidate 1 marks the final stage of development for version 4.4. All features are in place, and the release is ready for testing in production projects. This release focuses on regression fixes and improving existing features. Users are encouraged to test and report any new issues. Financial support for the project is appreciated to help continue its development.

  25. 25
    Article
    Avatar of godotdevelopersGodot Developers·1y

    Launched First Godot Game

    A developer has launched their first game using the Godot engine and found it to be better than expected after transitioning from Unity. They plan to continue using Godot for future developments and encourage readers to try their game, Touchy Tiles, available on itch.io.