I'm likely switching to Unreal Engine. I've been looking at game dev jobs (indie and AA) and unfortunately it's mostly Unity and Unreal job listings near me. I'm definitely not discouraging Godot if you are making your own games, but I'm not expecting much desire for Godot developers in the very short-term.
Octocoder
Creator of
Recent community posts
Thank you for the feedback! I've just posted an update with an early version of the colour palette system.
You can create a colour palette and save and load palettes from file.
Unfortunately you can't fully setup your color palettes with just a drawing pen as you'll need the keyboard for setting and deleting colours for now but I'll see if I can remove that restriction in future!
This definitely seems to be abandoned. I've had a bunch of issues with the tool in newer versions of Unity and there's some issues that have been flagged a year ago and haven't been fixed. The source code is also all locked away in a .dll (which is understandable) but it means that you can't even fix any issues yourself.
I loved this tool but can't recommend it in its current state. It's just going to get harder and harder to use as Unity continues to be updated.
Hey all, not sure if this is allowed as it's not technically a Game or Art but I've been working on a Unity tool to help create fonts in the same style as Doodle Studio 95 drawings.
It's currently not super efficient and a bit limited in scope but will allow you to import a Bitmap Font as a reference and help you go through the process of hand-drawing each of the characters. It doesn't make the actual process of drawing the font any easier (you still need to draw individual frames) - but automates the setup, creation of a Unity Custom Font and the packing of frames into a single spritesheet for you so you can just focus on the drawing.
Here's what the custom inspector looks like:
...and here's the result you get from 3 frames ( excuse my shaky hand drawings ) :
I'll be using this system in some of my future projects so will likely update it a little if there's any major bugs - and I've been considering making a short tutorial on usage if anyone is interested.
The repo is located here: https://bitbucket.org/Octopuns/doodle-font