Posted May 20, 2023 by Game Dev Goose
Hi everybody!
Its been a hot minute! I've been nose to the grindstone getting my game Kingdom Incremental ready for release, so I haven't had much time to work on MCG, but I've finally finished the most technically challenging (and probably coolest) feature yet. Now you can create some really nice GIFs of the circles being drawn!
There is a new section called "Drawing Animation" under Circle Generation Settings. Here you can control how the start and end time settings get generated. if "Draw Sub-Circles Hierarchically" is checked all sub-circles get drawn based on their position in the hierarchy. Otherwise, they get drawn from the first circle to the last one sequentially. Both orderings can be reversed by toggling " Start Drawing at Center"
Each ring gets a start and end time when it generates (ranging from 0 to 100). You can change those settings per ring and preview the animation by dragging the "Drawing Progress Preview" slider in the Render GIF section.
You can export the animations in GIF form, or bake the animation into a texture for use in VFX and with shaders. I'm hoping to make a tutorial/demo on how to use these textures in Unity soon. In the meantime, you can learn a bit more about the technique here: https://vfxdoc.readthedocs.io/en/latest/shaders/alpha-erosion/
Other changes:
Thanks for reading!