WELCOME ALL!
Added 2025-09-17 17:30:48 +0000 UTCHey guys!
First off. Welcome! And thank you, so SO much for your support! Without you guys, I would not be able to do the work I'm doing!
Now, if you are looking for ACCESS TO THE GITHUB:
1 - shoot me a message
2 - ensure you give me your github username or associated email account (I have to add you to the github organization manually, that's the only reason I need it.)
A quick note to those of you who joined BEFORE AUGUST 24, 2025 - make sure you're a part of the NEW github organization. I lost access on this date and had to setup a new organization. I sent out invites to you all but quite a few of them expired.
If you HAVE access to the github, and want my personal recommendations for what you should nab RIGHT NOW, here's the list of projects I'm the MOST proud of (and think will help you build better games in Unity.)
I will ADD projects to this list as they come up.
Here are my favorites, in NO particular order:
TUT-SDFImage-System
(FULL SDF UI image generation system. Generate configurable shapes with NO pixelation and export them (if you want!))2D-Dynamic-Smoke-Demo
(Inspired by the dynamic smoke in Animal Well. This is a feature-rich dynamic smoke spawning system for 2D games, that let's you spawn in smoke that can be interacted with.)TUT-Ultimate-Object-Pooler-2025
(Literally one of the first things I import into any game I work on. It's a generic object pooling system, and it is AWESOME.)TUT-2D-Platformer-COMPLETED
(The full 2d platformer controller, with a state machine version and non-state machine version. With character animations so you can see how to implement that into your game.)TUT-Save-and-Load
(A full save and load system with no 3rd party assets required (though it's quite easy to get it to work with EasySave, which is what I do in my games. Comes with working save slots as well.)TUT-Cinemachine-Camera-System
(A Hollow Knight-like camera system utilizing Cinemachine V2. [I will likely add a V3 version at some point in the future.])TUT-2D-Interactive-Water
(Interactive water system. Has a full scene demo that you can play around with to see it in action.)TUT-10-2D-Shaders-Master-Shader
(Master Sprite Shader that you can drop onto any sprite, and gives you a wealth of options that you can do to create really cool effects to them!)TUT-Screen-Fade
(Shader-driven scene fade transitions. There are quite a few cool ones in there! i believe there are 10 different effects currently)