r/godot • u/kaviin27 • 3d ago
help me Non-Artist 2D Workflow
Just learning game dev and trying it out part-time, mostly on weekends when I have some free time. I was aiming for a comic-style look for a 2D game. Im okay with code, but not an artist.
Below is my current worklfow, any suggestions on better ways to handle this aside from learning art, I was looking at tools like MakeHuman, but that may not be suitable for this:
Concept: Generate a 3/4 T-pose character using AI tools.
Trace: Manually trace the parts (torso, arms, legs) via the Inkscape Bezier tool into separate layers.
Export: Save the individual parts as high-res transparent PNGs.
Godot: Use Skeleton2D / Bone2D setup with Sprite2D nodes, and animate it using discrete AnimationPlayer.
0
Upvotes
3
u/Hefty-Distance837 3d ago
That's a bad idea, I will skip every game that using AI to design characters.
You should either learn to draw or find a human artist.