Hi, I am new here, so hello to everyone. I am an IT engineer, but new in the game developing world, but I really like it, I am learning it. So I am wondering the Platformer Microgame template’s character how was it made? It’s looks like it is was made by 3D but converted to 2D. I want to learn this style of game. So can you suggest me how make such charachers, that looks like 3D, but 2D and cool. What program need? Or that character was made by Unity? What package of Unity and how to convert into 2D?
So I need how it was drawn, the picture and movements pictures. Not the programming part, only how was the character drawn pictures made. What drawning software, or where in Unity can we draw such main characters and its movement pictures. Also can you suggest me what is the best to draw characters or enemies and its movement 2D?
unity is not an art software so it is not used for drawing, modeling or animation. The most popular softwares for that is maybe photoshop for 2d and blender for 3d though there are many other alternatives that can achieve the same results and can be better or worse depending on what you are doing.
You will find the Sprite Sheets in your Platformer Microgame project folder (Assets → Character → Sprites). These show that the Player was drawn in 2D, using shading to add depth.