Hello all, I’m trying to rewrite an established Horse MMO game of mine for Unity, at the same time, I’ll be going from 2D to 3D.
The biggest hurdle to this, is the horse breeds, I have probably around 500 breeds already made in the original game and I need to bring these over to the new game. The breeds are made from probably around 20 bitmaps, but then they’re overlayed on top of each other, with different blend modes, different levels of hue / saturation / brightness / contrast to create a new horse.
Here’s a video of the tool I’ve made to create breeds for the 2D game:
When required, the game creates a sprite sheet (1024 x 1024 image) on the fly from the bitmaps required from that breed as well as a 512x512 “large” view of the horse.
I’m hoping there is a way I can bring this over to Unity. Instead of creating a 2D sprite sheet though I will want it to create a UV Map for a 3D horse model and apply it to that.
-
This should be do-able right? I’ve done some looking into blend modes in Unity, not found any way yet to overlay several bitmaps with different blend modes and draw that out to another UV map. Hue and Saturation seems more trivial.
-
Does anybody want the job? Obviously would be paid work, the game at present has a small, but loyal following. I’d rather find someone with experience to do this bit of the game because I feel I would do a bit of a bodge job.
Finally if anyone has any advice for me on this, let me know