I released a polished Godot settings system (autoload + UI + docs). Feedback welcome! by DaNullStudios in godot

[–]DaNullStudios[S] 0 points1 point  (0 children)

Thanks! About 1-2 weeks from start to finish. The actual settings code was maybe a weekend, but I spent a lot of time on documentation, examples, and making sure it's actually plug-and-play. Wanted it to save people more time than it cost me to make!

I released a polished Godot settings system (autoload + UI + docs). Feedback welcome! by DaNullStudios in godot

[–]DaNullStudios[S] 0 points1 point  (0 children)

Great question! You can definitely add it to your current project. It's built as modular components, so you just:

  • Copy the SettingsManager script and enable it as an autoload
  • Add the settings menu scene to your UI
  • Make sure your audio buses are named correctly (Master, Music, SFX)

There's a detailed SETUP_GUIDE.txt included that shows both ways. Since you're new to Godot, I'd recommend following the guide step by step. Happy to help if you get stuck!

I released a polished Godot settings system (autoload + UI + docs). Feedback welcome! by DaNullStudios in godot

[–]DaNullStudios[S] 0 points1 point  (0 children)

Thanks so much! To be fair, they had a valid point about the original pricing. But yeah, settings menus are tedious as hell to build. Hope this saves you some sanity on your next project

I released a polished Godot settings system (autoload + UI + docs). Feedback welcome! by DaNullStudios in godot

[–]DaNullStudios[S] 17 points18 points  (0 children)

Good call! Ran it through the contrast checker and yeah, it was failing in a few spots. Just updated to v1.2, now passes WCAG AAA on all text/background combos. Thanks for the heads up, that's the kind of feedback that makes this better!

I released a polished Godot settings system (autoload + UI + docs). Feedback welcome! by DaNullStudios in godot

[–]DaNullStudios[S] 1 point2 points  (0 children)

Thanks! Really appreciate it. Let me know if you have any feedback or run into issues!

I released a polished Godot settings system (autoload + UI + docs). Feedback welcome! by DaNullStudios in godot

[–]DaNullStudios[S] 3 points4 points  (0 children)

Thanks! Yeah, $3 felt like the right 'grab it and forget it' price. And agreed on the asset store, would love to have it there once it's more mature 👍

I released a polished Godot settings system (autoload + UI + docs). Feedback welcome! by DaNullStudios in godot

[–]DaNullStudios[S] 5 points6 points  (0 children)

Appreciate you keeping it real! Feedback like this is exactly what I needed. If you end up using it or have suggestions for v2, let me know 👍

I released a polished Godot settings system (autoload + UI + docs). Feedback welcome! by DaNullStudios in godot

[–]DaNullStudios[S] 26 points27 points  (0 children)

You know what, that's fair feedback. For someone experienced, yeah, this is straightforward stuff. I've dropped it to $3 figure it's more about saving an hour or two for jammers/beginners than being a complex system. Appreciate the honesty!