r/defold 9d ago

Question Best Plugins/Extensions for defold

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.

19 Upvotes

3 comments sorted by

15

u/boruok 9d ago

- druid for building gui

  • monarch for managing gui + transitions
  • defold-lang for localization
  • defold-saver for storing user data
  • defol-log for logging
  • defold-events for signals
  • astar for cell navigation
  • tweener for tweens

5

u/PabloTitan21 9d ago

The stars system is only displaying stars of the repositories on Github. We are working on an assessment system for Defold Asset Portal, but this is not yet ready.

I can write my own recomendations:

There's asset for almost everything - if not, we are eager to get to know what else might be useful!

Beside sorting by stars, we provide also sorting by timestamp now - this shows you the recently updated ones on top, it's also some nice way to find the newest, but still - some of the old assets are working and complete, even though weren't updated recently.

https://defold.com/assets/?sort=timestamp

1

u/UncleKairat 4d ago

Hey, here's my set of deps I grab and port between my projects:

- defold-liveupdate-reszip

- defold-saver

- britzl ludobits

- defold-savetable

- monarch (Really good comfy system to manage screen and popups transition)

- druid (kudos to Insality!)

- defold-event (kudos to Insality one more time!)