Recent tutorials
GodotSteam Tutorials - Initializing Steam
Gramps
In this tutorial, we will cover the basic initialization of Steamworks with GodotSteam in your game; as well as getting callbacks globally and getting data about the users.
GodotSteam Tutorials - Achievement Icons
Gramps
This quick tutorial will cover to how get achievement icons from Steam's servers. It was made because there are some extra steps folks need to use to render the images and it may not be very clear otherwise.
GodotSteam Tutorials - Exporting And Shipping
Gramps
Exporting and shipping is one of those things that tends to get a little confusing, especially on the Steamworks side. Once you have a good workflow sorted out, it should be easy sailing from there.
GodotSteam Tutorials - Avatars
Gramps
You may want to get the current player's avatar, or someone else's, and display it in your game. This tutorial will walk you through the basics of avatar retrieval and passing it to a sprite so you can use it.
How to Make UI in Godot
EakyRtkLeBoi
This tutorial guides you how to design an UI, read data from custom resources and properly instance UI elements with little code while preserving flexibility.