I would like to know, by using sprite sheets how a character is moving,
includes the walking, running, jumping flying etc ???
and how these sprite sheets are made?
how codes are used to make the sprite sheet move from its position ???
I would like to know, by using sprite sheets how a character is moving,
includes the walking, running, jumping flying etc ???
and how these sprite sheets are made?
how codes are used to make the sprite sheet move from its position ???
I am going to simplify my answer as it may help you more
YES Unity is perfect for 2.5D games. Nothing is better.
You need to buy 2DToolkit. Look on the asset store. In practice you must have it to do 2D games in Unity. (There are some other competitors to 2DToolkit, check it out.)
You ask about sprite sheets. There are NO sprite sheets in 2DToolkit/Unity. It is totally automatic, you never need to use sprite sheets that again. Sprite sheets are 15 years out of date. So very good news for you.
You ask about running, jumping, etc. these animations are completely and totally taken care of in Unity/2DToolkit. it is all very automatic. you will be amazed how simple it is.
You ask about moving characters in Unity. it is very easy. You will have to look at the various tutorials. There are many many many tutorials on getting started with unity, since one million++ people use Unity.
What you need to learn about is nowadays known as 2.5D. You can immediately find 100+ amazing tutorials, video, everything about 2.5D in Unity / 2DToolkit. So … good luck!