Good Game Stuff
banner
goodgamestuff.bsky.social
Good Game Stuff
@goodgamestuff.bsky.social
Only carefully curated content, no nonsense.
November 8, 2025 at 10:55 PM
Hey Godot devs, it’s skin care time! Don’t miss these free skin and eye shaders on GitHub.

github.com/matmadness/H...

#gamedev #indiedev #godot #shader
September 18, 2025 at 7:29 PM
A free interactive website for learning shader programming with mini challenges.

shaderacademy.com/explore

#gamedev #godot #madewithunity #unity #indiedev
September 13, 2025 at 11:43 AM
Reposted by Good Game Stuff
Don’t you hate it when you have to work with a bad 3D model that has wrong pivot pos, messed up rot and an awful non-uniform scale?

I just coded a small tool that fixes all of that inside #Unity
Here, take it! github.com/razzraziel/P...

#madewithunity #gamedev #indiedev #3dmodel
July 17, 2025 at 11:29 AM
This VFX tutorial for tornado covers everything you need from mesh distortion to particle dynamics and shader magic for Godot.
https://www.youtube.com/watch?v=thOuxupumtI

#gamedev #godot
July 7, 2025 at 8:10 AM
Free 12h tutorial on Youtube spread over 24 episodes of roughly 30 minutes to build a full 2D arcade soccer game from scratch in Godot.
https://www.youtube.com/playlist?list=PLNNbuBNHHbNEEQJE5od1dyNE_pqIANIww

#gamedev #indiedev #godot
May 29, 2025 at 8:01 PM
Legendary player Winamp recreated with Godot as open source.
https://github.com/Dowsley/GodAmp

#godot #gamedev #opensource #winamp
May 22, 2025 at 7:37 AM
Free multiplayer ready interaction system and player focus system for Unreal Engine 5.4+. Grasp will handle your interactions with objects and Vigil determines what the player is looking at/use/lock onto. Links in reply.

#gamedev #indiedev #unrealengine #ue5
May 6, 2025 at 6:34 AM
A free tool that opens an external window to show all your debug logs for builds. Good for multi-monitor setups while testing your game. Link in reply.

#gamedev #unity3d #madewithunity #indiedev
May 4, 2025 at 7:39 AM
You can directly upload your Unity games to Reddit and make them playable (WebGL builds). Example game in the reply.

#gamedev #indiedev #unity3d #reddit
May 3, 2025 at 9:57 AM
May 2, 2025 at 6:54 AM
Ubisoft has open-sourced Chroma, its in-house tool for simulating color blindness in real-time. It helps devs improve game accessibility with accurate visual filters.
Link in reply.

#gamedev #accessibility #chroma #unity3d #unrealengine #godot
April 23, 2025 at 3:56 PM
An open source Unreal plugin that captures, analyzes and interprets HDR lighting on the GPU in real time. Link in the reply.

#gamedev #unrealengine #ue5 #LXRFlux #lighting
April 11, 2025 at 9:00 AM
Steam requires your game's artwork to be in multiple resolutions and aspect ratios. This free tool simplifies the processi just select presets and make edits. Link in the reply.

#gamedev #indiedev #unity3d #unrealengine #godot #steam
April 10, 2025 at 4:04 PM
Unity shared an updated version of Tanks project with complete tutorial, single or multiplayer demo and project files.
Links in the reply.

#gamedev #unity3d #madewithunity
April 9, 2025 at 11:09 AM
New free #UE #Fab content dropped for April. Grab them before they expire. You can use these free models in other engines as well. Link in the reply!

#gamedev #unrealengine #unity3d #godot #indiedev #fab
April 8, 2025 at 3:17 PM
A good video about raytraced audio implementation to get more realistic 3D sounds. Also offers demo and source codes.
Link in the reply.

#gamedev #audio #unity3d #unrealengine #godot
April 5, 2025 at 4:30 PM
When Unity gaslights you with UI glitches:

public RectTransform rectTransformRevenge;
void Update()
{ //Or try Inspector -> Debug Mode
rectTransformRevenge.offsetMin = new Vector2(-3.0f, -3.0f);
rectTransformRevenge.offsetMax = new Vector2(3.0f, 3.0f);
}
#gamedev #indiedev #unity3d
April 3, 2025 at 9:17 PM
The game dev journey reversed:
"I quit my indie game and started working 9 to 5 for a company, sharing my progress so far!"

#gamedev #indiedev #unity3d #unrealengine #godotengine
April 2, 2025 at 6:44 PM
Learn how to create high quality, artistic smoke effects using shaders and particles in #Godot.
Link: https://www.youtube.com/watch?v=7jBFuFnE92I

#gamedev #indiedev
March 31, 2025 at 9:20 AM
Here’s a tutorial about using spring physics to add fluid, dynamic motion to your game for player movement, environment interactions, or UI animations in Godot.

#gamedev #godot #tutorial
March 29, 2025 at 8:06 PM
New free #UE #Fab content just dropped for this month.
It includes a library filled with books and magical items, over 100 loot models, and a customizable modular spaceship. You can use these free models in other engines as well.
Link in the reply!

#gamedev #unrealengine #unity3d #godot
March 26, 2025 at 10:48 AM
Unity 6 tutorial about adding fog to custom lighting model. You can also find previous episodes along the way. Link in the reply.

#gamedev #unity3d #unity6 #shader
March 26, 2025 at 8:18 AM
Bad Apple but it's 691200 entities with #Unity ECS. It scales up over time while maintaining stable framerate!
Tutorial link in the reply.

#gamedev #unity3d #madewithunity #indiedev
March 22, 2025 at 8:12 PM
Here’s a cool way to rig a character for a squishy, deformable effect! A volume-preserving soft body drives the animation, creating a bouncy, organic motion. I also suggest the channel, too Sebastian Lague-ish. Link in the reply.

#gamedev #unity3d #unrealengine #godot #indiedev
March 15, 2025 at 9:42 AM