How to make ground like 3D in 2D game?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By emreyvz

Hello, i am making a mobile game in 2D. But i really want to know how can i a design 3D ground for movements in 2D. For more detail i basically draw demonstration. I can make rigidbodies walking in 1 straight line but i want they can walk side by side. But gravity and collisions are blocking me.

Any ideas?

:bust_in_silhouette: Reply From: bepis

If I understand correctly, you could do something like this for your collisions. Just treat the map as standard top-down view. With this layout though, I don’t think you can use rigid bodies 2D. You may be better off with Kinematic bodies.