#gamedev #indiegamedev #Unity #Unity3D #3D #videogame
The Itch Page has been updated with the latest version of the Tech Demo, now including a barebones version of the Skill Builder!
Warning: A lot of stuff still doesn't work yet. Use [Motion] + [Strike] to get the default attack behavior.
10.10.2025 17:50 — 👍 15 🔁 4 💬 0 📌 0
2/2
Also, added a Preview Bar that shows the character's animation progress. I might add some more stats as well, for later.
03.10.2025 00:25 — 👍 1 🔁 0 💬 0 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D #videogame
1/2
Minor improvements to the menu, using a dropdown menu for Skills/Characters, and adding deletion functionality for dragging Scroll Pieces away.
I hope you guys still like seeing this stuff.
03.10.2025 00:25 — 👍 9 🔁 2 💬 1 📌 0
Motorcycle mode... Flip the car to access the alternate mode...
01.10.2025 21:36 — 👍 1 🔁 0 💬 1 📌 0
3/3
By placing multiple Katas after a Motion Scroll-Piece, you can blend them all together into a single walk cycle, leading to amusing results.
Likewise, by adding multiple Katas after a Strike Scroll-Piece, you can perform multiple attacks in sequence!
01.10.2025 21:33 — 👍 2 🔁 0 💬 0 📌 0
2/3
Had an issue that I managed to fix, where Animations would blend additively when you combined them, instead of evenly blending them together.
It was too funny not to record first, though... Slenderman ass ability. I might add it later as an explicit ability, though.
01.10.2025 21:33 — 👍 1 🔁 0 💬 1 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
1/3
Skill Previews and Altered Moves are now working! As such, you can now enhance the Motion Scroll Piece with the Default Intro Kata in order to perform the rare and highly dangerous Griddydashing maneuver.
(More gifs after this!)
01.10.2025 21:33 — 👍 12 🔁 1 💬 1 📌 0
The most annoying problem turned out to be a bug where if the character didn't have AP, they wouldn't actually preview walking because they were too tired.
The ONLY reason I figured it out is because I spotted my Debug Log Text, "You're outta here!"
needless to say, i am a very good programmers
01.10.2025 04:58 — 👍 1 🔁 0 💬 0 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
Okay, two onion sandwiches, a two-liter of off-brand Mountain Lightning™ a Venom Original, a bowl of grapes, and a lot of me laughing and muttering "you little fucker" later...
You can now MAKE an attack, then have that attack WORK, and also PREVIEW it.
01.10.2025 04:58 — 👍 14 🔁 4 💬 1 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
Lots more work done on the custom skills. Previews, Menu Changes, and some new sprites and art for em.
30.09.2025 04:21 — 👍 14 🔁 5 💬 0 📌 0
2/2
Also, since I had some free time, I went ahead and made some actual graphics for the Skill Scrolls and Pieces.
26.09.2025 00:59 — 👍 1 🔁 0 💬 0 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
1/2
Yet More work on the Custom Skills UI. Got Rearranging working again, among other things. We're getting close to being done with the UI and being able to move on to the fun parts.
26.09.2025 00:59 — 👍 17 🔁 4 💬 1 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
More work done on the Custom Skills UI.
🤡I forgot how badly I programmed my core UI system
25.09.2025 13:56 — 👍 13 🔁 2 💬 0 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
Lot of work left to do on the visuals and mouthfeel, but at least now I have *something* to make different Katas visually different at a glance.
24.09.2025 01:07 — 👍 19 🔁 4 💬 0 📌 0
3/3
In this case, I put three Animation/Kata Scroll Pieces together, and fixed the bugs so the animations would play one after another.
21.09.2025 19:16 — 👍 2 🔁 0 💬 0 📌 0
2/?
So the next step is being able to build them. Currently, Custom Skills can only play animations and nothing else, but hell, that's good enough. We're officially constructing state machines from mutable bits.
21.09.2025 19:16 — 👍 2 🔁 0 💬 1 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
1/?
Oookay, we've officially crossed the rubicon. I managed to get a fully custom action into combat, now.
21.09.2025 19:16 — 👍 21 🔁 3 💬 1 📌 0
4/4 Next step will be making an Attack piece that can "Eat" all the animation pieces in front of it.
so you could drag together [Attack] + [Kata] + [Kata] to do an attack with two animations played back to back, as an example
20.09.2025 18:22 — 👍 1 🔁 0 💬 0 📌 0
3/?
So by putting three animations in a row and nothing else, it will just play the animations, then end the turn.
20.09.2025 18:22 — 👍 1 🔁 0 💬 1 📌 0
2/?
So, the gist of how it works in code is this:
A Skill Scroll is made up of Scroll Pieces
Each scroll piece will try to "Consume" pieces after it.
If it finds one it can't, it stops there, makes a list of states, and adds that to the stack.
20.09.2025 18:22 — 👍 1 🔁 0 💬 1 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
1/?
The game's first fully custom skill has now been created. (It's just three griddys in a row.)
20.09.2025 18:22 — 👍 26 🔁 5 💬 1 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
Okay, update on the Custom Skills system, you can now select a character, which will spawn them, then boot you into the skill selection menu, with a filtered list of all the skills that character knows.
Now to get on with the actual custom skill portions!
17.09.2025 19:18 — 👍 14 🔁 4 💬 0 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
Okay, you can now spawn and swap the characters you'll be building skills for. Step one down. Like, seven more to go for the Custom Skills system!
16.09.2025 22:27 — 👍 16 🔁 4 💬 0 📌 0
2/2
I fixed the camera fuckery, building fuckery, a bunch of softlocks, the fucked graphics can now be turned off, and a bunch of other stuff.
15.09.2025 12:39 — 👍 1 🔁 0 💬 0 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
1/2
An IRL friend bullied me into it, so I released a bugfixed updated version of Miterworld to the itch, for whoever was playing the first buggy as hell version!
Version 0.00.00.0.0.3 is out!
15.09.2025 12:39 — 👍 17 🔁 2 💬 1 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
Aight, scaling works now. Only limitation is you can't scale the root item. Deciding if I want this to be intentional or not- scaling the item you're equipping might be weird and lead to unintended stuff.
Thoughts?
15.09.2025 03:59 — 👍 15 🔁 3 💬 0 📌 0
I have the opposite problem. Getting motivation for Game Dev is surprisingly easy, when I go on Steam and look for something to play, only to grow increasingly pissed when I can't find anything interesting (to me).
"...Welp, Guess if I want a fun game to play, I'll have to make it myself..."
14.09.2025 13:26 — 👍 2 🔁 0 💬 1 📌 0
Playtesters, years from now:
"Yeah I dunno, it just feels like the game's soul disappeared... Somewhere along the way..."
14.09.2025 12:54 — 👍 1 🔁 0 💬 0 📌 0
2/2
Additionally, I fixed an issue with pausing, and an issue with cluster items not activating when you swung em.
14.09.2025 06:50 — 👍 1 🔁 0 💬 0 📌 0
#gamedev #indiegamedev #Unity #Unity3D #3D
1/2
OKAY!
So now the camera is fully fixed up. The Freecam toggle isn't really needed anymore, because now, the camera won't pan or rotate if you're dragging a gizmo or an item or whatnot. That was an issue some people complained about.
14.09.2025 06:50 — 👍 22 🔁 5 💬 2 📌 0
game dev and musician. he/him
caladia.dev
IronOhki is Jer. He/Him. Comic artist, game creator, dancer, event organizer, software engineer. https://linktr.ee/ironohki
Indie developer creating games with lighthearted themes in Godot. Looking to connect with fellow devs, artists, and people who love indie games. Love Game Jams, making pixel art, and music of all kinds!
https://capybloominteractive.com/
Non-persona grata.
A grievance can generate an entire nation. !
(“level 34”?!! C’mon, man…) He/him.
Dad • Doodler • Dev
Games + Themeparks + Unreal
Co-owner of @TheoryStudios.com
Small indie dev working with @hencanpro.bsky.social and others on "Top Five Reasons why our editor bailing on the haunted house trip last minute is a good thing actually, a visual novel about well, that.
https://hencanproductions.itch.io/top5reasonswhy
This is my personal account. I'm a dad, a husband, and a professional software engineer. I'm working on building a MUD from scratch using Java, Spring and Hibernate. The game and dev blog are at https://agonyforge.com
▫ 🗒️ DEMO: bit.ly/Windswept-Steam
▫ 🎮 Discord: bit.ly/Windswept-D
▫ #indiedev #gamedev
Bonjour !
Animator, illustrator, director (sometimes) making animals as bouncy as possible ❤️
Safe space 💙 Be friendly and respect eachothers 🙏
My cozy village builder, Brick & Bramble! 🌱 https://ipsquiggle.itch.io/brick-and-bramble
Father, tinkerer, game developer.
I post about about making, programming, dreams, homeschooling, electronics, life logging, meditation, procgen, and urbanism.
🎮 Solo Video Game Developer
🎨 Current Project(s):
-
Crystal Rail is a Rail-Rogue RPG, set in a hand painted crystalpunk world!
Kickstarter: https://www.kickstarter.com/projects/densetsuproductions/crystal-rail-a-rail-rogue-rpg
Steam & New Demo: https://store.steampowered.com/app/3359330/Crystal_Rail
#Indie #indiedev #developer #gamedev #artist #sprite #pixelart #bizdev #veteran #dad #investor #fastreviews #cooking #cars #heavymetal #publisher #author CEO Crazy Viking Studios (Volgarr) & SoulStone Tech. www.crazyvikingstudios.com
Founder of Creative Force
✨ GOAL - Build an early access quality game every 2 weeks in 2025
🧠 AuDHD
🏳️🌈 Non-Binary (He/They/She)
🛠️ Former Creative Tools Designer for @EpicGames
Leading publisher of stylised assets for game developers. Expansive, high quality library to help bring your projects to life quickly 👉 http://syntystore.com
Making high-quality pixel art game asset packs for indie devs since 2018.
https://selieltheshaper.weebly.com/
A radical leftist they/them 🌹
Make real art. Practice real skills. Learn real facts. Only pathetic losers use AI.
✨ Creating public domain game assets for over 10 years!
www.kenney.nl
Making #pixelart game assets. Occasionally making open source games and tools.
🎁 Assets: V3X3D.itch.io
🧡 Support: patreon.com/V3X3D
🔥 Code: gitlab.com/V3X3D
3D artist - Makes fun things
🎮 Itch : kaylousberg.itch.io
💻 Unity : assetstore.unity.com/publishers/88507
💖 Patreon: patreon.com/kaylousberg
Join the KayKit community here : https://discord.gg/JC7HGnnUqH
#gameassets #gamedev
Hello, I create pixel-art assets for game devs, follow me for cool game art!
Commission and Store details on the link bellow!
https://clockworkraven.carrd.co/