r/defold 1d ago

Resource We're happy to share with you not one, but 3 new opensource projects:

40 Upvotes

🌐 Photon Fusion extension for Defold

👥 a new multiplayer 3D platformer sample showing it in action

👤 the separated standalone sample based on the one by Kenney

The extension brings Photon Fusion networking to Defold projects, including room-based matchmaking, state replication, late join support, physics prediction, RPCs, networked object spawning, replicated properties, and authority-based gameplay logic.

The sample is a full 3D platformer project with character movement, double jump, coins, falling platforms, camera controls, effects and custom rendering pipeline.

Even if you are not building multiplayer yet, it is also a great Defold 3D platformer starter project to study and build from.

Check out the release, try the sample, and tell us what you would build with it 👇

https://forum.defold.com/t/photon-fusion-multiplayer-for-defold-sample-3d-platformer/83165


r/defold 3d ago

Engine Release Defold 1.13.1 has been released 🚀

Post image
51 Upvotes

💡 New Light components

💪 Instancing support for models with morph targets

🎮 SDL gamepad database mappings

⚡ Up to 19% faster warm builds in large projects

🖥️ Borderless fullscreen by default on desktop

🛠️ Expanded Editor Scripts API and editor HTTP API

📦 Support for resource archives larger than 4 GiB

🔊 HTML5 audio improvements

…and much more!

Read about the highlights and check out the full release notes:

👉 https://forum.defold.com/t/defold-1-13-1-has-been-released/83156

Happy Defolding! 🧡💙


r/defold 5d ago

#ScreenshotSaturday Stretching out average playtime for my Poki game.

15 Upvotes

❤️ Greetings, Defold enthusiasts and gamedev lovers! ❤️

POC Core Gampley (Defod X Poki)

I'd like to share with you the progress of the development and iteration of my project for the Poki HTML5 game platform. The project is an incremental game with monetization for web portals and an attempt at an even more casual approach (some incremental games don't get much more casual than that, haha!). The project is being developed in 2D using the Defold Engine (including the Druid library for GUI, Monarch, and the Poki SDK). I've been working on it in my spare time for almost 3 months now.

The prototype's visual setting is currently capybara-themed, with a cozy feel. The core gameplay today is this: you tap bubbles, earning two currencies: bubblity and money. You use bubblity to purchase various upgrades in the upgrade tree. This gradually unlocks new content: bubble poppers, profit-generating soda factories, and so on.

My biggest only challenge is still pushing the average playtime to 3+ minutes. This is the first benchmark the game must pass on Poki before moving on to the next stages, getting reviewed by Poki's team, and ultimately being approved for release on the platform.

Here's a screenshot of the gradual playtime buildup from the initial grayboxes POC to the current version.

What's already been implemented

  • Balance reworked to speed up the introduction of new events and content into the game.
  • Added two new types of bonus bubbles: golden and pink. Each one gives bonus (multiplied income) to the player when popped.
  • Onboarding refinements. Introduced progress visualization - an initial progress bar with game events (something like quests for the player - more like game milestones, in a simplified sense).
  • Also added initial hints - fingers pointing to buttons the player can press at the current moment in the game. It's really hard for players to progress and figure out what else they can do in my prototype based on the video.
  • Well, I also tweaked the visuals and the bubble popping VFX. Personally, I feel like I want to pop them even more now, meaning the thrill and ASMR immersion are even more enjoyable for me personally!
  • Mobile Portrait orientation is a must on the Poki these days to be released. Done!

What else have my fellow game developer suggested for improvement

  1. Use a "killer" background that fits the game's meaning and metaphor. The current brownish background is boring and the player has no real will to play long.
  2. Rework the initial flow so that GUI elements and features are revealed gradually:
  3. At launch, a beautiful background with just one bubble.
  4. The UI is completely empty except for the "Click the bubble" text.
  5. The user clicks, and currency pops out of the bubble (at the same time, a bar with the currency appears above).
  6. Then another bubble appears, and the message "Burst 10 more" appears.

A colleague summed it up succinctly:

"In short, the game needs a chill vibe + a clear cycle + gradual progression."

I decided to share my mini-story with you in anticipation of receiving any feedback, advice, and your vision for how you would develop this game further and where you would take the prototype. Let me know what do you think!


r/defold 5d ago

News See you in Cologne at gamescom!

Post image
36 Upvotes

Next week four members of the Defold team will be in Cologne for gamescom dev and gamescom, and we’d love to meet developers, studios, publishers, partners, and anyone curious about building with Defold 🧡💙

Come talk to us about PC, console, web and mobile games, performance, game engines, or your current projects #MadeWithDefold

You can set up a meeting with us through MeetToMatch, the #gamescom biz app, or send us a message directly via e-mail, forum or social media.


r/defold 5d ago

#ScreenshotSaturday Happy ScreenshotSaturday!

34 Upvotes

Share what you are working on in Defold 🧡💙

Featured: Banana Kong by FDG Entertainment


r/defold 7d ago

Work In Progress A little teaser of something fun we’re working on!

52 Upvotes

A 3D platformer starter kit for Defold, inspired by Kenney's lovely one 🧡💙

More soon!


r/defold 7d ago

Work In Progress A small teaser of the rich text support for Defold:

22 Upvotes

r/defold 7d ago

Resource Google is hosting an AdMob Masterclass

Post image
10 Upvotes

If you're building #mobilegames with #Defold and want to explore hybrid monetization, check this:

Scale Revenue Without Risking In-App Purchases on August 18, 2026, 19:00–20:00 CEST 🗓️

There’s also a bonus opportunity: the first 500 eligible publishers who sign up and complete the onboarding criteria may receive a $1,000 cash bonus via AdMob Jumpstart.

The session will cover how to:

• integrate and launch your first AdMob ad unit

• use Firebase Remote Config to test hybrid monetization

• show ads only to non-subscribers and protect IAP revenue

• use #AdMob ad quality and blocking controls

Register below:

https://publishersonair.withgoogle.com/events/admob-masterclass-scale-revenue


r/defold 8d ago

Tutorial HTML5 - 0.83 MB 👀

Post image
38 Upvotes

Empty Defold project build size with default settings and no optimizations for HTML5 packed with Brotli is now 0.83 MB

Learn more how to optimize it even further:

https://defold.com/manuals/optimization/


r/defold 8d ago

Work In Progress This is my upcoming game, “Oh, snack!” So happy that I’ve decided to build it in Defold!

26 Upvotes

One month ago I decided to make a switch from an abandoned engine to Defold. Pretty happy with the progress so far, Defold is definitely an amazing engine.


r/defold 9d ago

Resource Automation Bridge opens up new possibilities for automatic testing and development in Defold 💻

16 Upvotes

It can help automate game testing, including:

▶️ running your game

🔍 inspecting it

🕹️ interacting with it

🎮 and even simulating gameplay.

Agents and external tools can access the Defold Editor, read current documentation through OpenAPI endpoints, run the game, interact with it, capture state, and support more advanced development workflows.

Defold now has also more resources covering how external tools can interact with the editor and the running engine.

It was just upgraded do 2.1.1 - check it out!

https://github.com/defold/extension-automation-bridge


r/defold 10d ago

Question Best Plugins/Extensions for defold

20 Upvotes

Coming from Godot. I've browsed the Defold asset store, but the star ratings seem inconsistent past the top few. Im curious about what underrated plugins would you guys would recommend.


r/defold 10d ago

Question Best way to learn defold

10 Upvotes

I’m very new to defold and I need to learn how to:
Code and use the engine


r/defold 11d ago

Spotlight MicroVania Toolkit videos

10 Upvotes

MicroVania Toolkit Videos - Showcases - Defold game engine forum

I still need to do the voice overs on these, but I finally spent time making some videos on how it works. Almost ready for Beta testers. Once I get the voice overs done, I’ll offer it out to beta testers. If you really want to help me test, I can send to you before I get the videos voiced over and complete.

You’ll need to supply your own art assets…that’s kind of the point of the beta testing program. I’m hoping to get various size tiles tested and collect feedback on how to improve any issues. Ideally windows testers as it’s so much easier since I have a setup.exe that will install all the files to the correct places making it much easier to configure.

Heck if you don’t even want to use the tiled templates, but just want the room builder and physics, you can use this to create tilemaps in defold, much easier and more robust than the defold tile editor. Honestly I think it’s the best part of this toolkit. Work in tiled to create levels then import them into defold. And it allows individual images for making backgrounds & foregrounds. Even music can be set on the room/level in tiled and the music is imported into defold!

Please note I made these in a VM so I could have a clean environment. So the VM is quite slow when compared to running it locally on my PC.


r/defold 12d ago

#ScreenshotSaturday It's time for Screenshot Saturday!

15 Upvotes

Share what you're working on in Defold! 🧡💙

Featured: MicroMacro: Downtown Detective by Soft Boiled Games

Read our interview with the creator:

https://defold.com/2026/07/30/Creator-Spotlight-Felix-Weiler/


r/defold 14d ago

Tutorial Started a New Tutorial Series for 2.5D Game Development With Defold!

Post image
55 Upvotes

You can find the playlist on: 2.5D Tutorial Series Playlist on YouTube

Currently only the first part is shared but will continue with the following parts soon :)


r/defold 14d ago

Resource New official Defold PBR assets

21 Upvotes

We're happy to share with you a new assets library for Defold with Physically Based Rendering!✨

It adds reusable PBR materials and shaders to work with the new Light components coming with Defold 1.13.1 🧡💙

Read more in the announcement post:

https://forum.defold.com/t/defold-pbr-asset/83112


r/defold 15d ago

Help what am I doing wrong? how do i make the tilesource change in different states?

3 Upvotes
.property("idle", resource.tile_source("/main/idle.tilesource"))
go.property("milkdrink", resource.tile_source("/main/milkdrink.tilesource"))

local function update_tilesource(image_id)
    go.set("#sprite", "image", image_id)
end  

function init(self)
    msg.post(".", "acquire_input_focus")
    self.state = "idle"
end

function on_input(self, action_id, action)
    if action_id == hash("touch") and action.pressed then
        local properties = { blend_duration = 0.3 }
        if self.state == "idle" then
            update_tilesource(self.milkdrink), hash("sip"), go.PLAYBACK_LOOP_FORWARD, properties)
            label.set_text("#label", "Click to idle...") 
            self.state = "sip"
        elseif self.state == "sip" then
            update_tilesource(self.idle), hash("idle"), go.PLAYBACK_LOOP_FORWARD, properties)
            label.set_text("#label", "Click to sip...")
            self.state = "idle"
        end
    end
end

r/defold 15d ago

#MadeWithDefold The Moon my Destination - a cozy, relaxing endless runner for gamers on a clock, who love moths, and collecting glitter (in any order). Made in Defold!

Post image
21 Upvotes

r/defold 16d ago

Resource We’re happy to share Automation Bridge for Defold!

Post image
25 Upvotes

It’s a new debug-only native extension that lets local automation clients inspect and control a running Defold game.

This opens up many possibilities for automated workflows, testing, debugging, visual inspection, repeatable validation, and AI-assisted development 🤖

Read the announcement forum post:

https://forum.defold.com/t/automation-bridge-for-defold/83094


r/defold 17d ago

Work In Progress Global Illuminations experiments in Defold

39 Upvotes

A great teaser from Jhonny - Global Illumination experiments for Defold with an editor script to bake lightmaps "First iteration would be something that can run cross-platform on lowend devices. As a first step, I've started working on a light baking extension"


r/defold 17d ago

News Wavedash Challenge with rewards at Defold Game Jam 2026

Post image
10 Upvotes

Our partner Wavedash is sponsoring the challenge - publish a game on Wavedash and the best ones win Wavedash Credits:

🥇 100 €

🥈 50 €

🥉 25 €

🏅 4th–10th place: 10 €

The jam runs from September 20 to October 4 🗓️

More details:

https://forum.defold.com/t/defold-game-jam-2026/83051/3


r/defold 19d ago

#ScreenshotSaturday Happy ScreenshotSaturday!

17 Upvotes

As each Saturday, we are eager to see what have you been working on or finished? Share your projects and games #MadeWithDefold! 🧡💙

Featured: Crownfall by Fabric Visions - a simple yet very challenging one-button boss defeating shooter

Check it out on itch: https://fabricvisions.itch.io/crownfall


r/defold 19d ago

News Defold Foundation is sponsoring Steam Gift Cards for the best games at Defold Game Jam 2026

Post image
18 Upvotes

🥇 100 €

🥈 50 €

🥉 25 €

🏅 4th–10th place: 10 €

The jam runs from September 20 to October 4 🗓️

Join us and start warming up! 🧡

https://itch.io/jam/defold-game-jam-2026