how to make game like back bone , last night or until then

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

how to make a 2d game look like 3d game please help me for eg back bone or until then its a 2d game but looks like 3d game with its effects and background layers

:bust_in_silhouette: Reply From: magicalogic

First thing, your assets should look like 3d then they should react to light so they should be LightOccluder2D and should have normal maps. Then you have to provide the light using Light2D. That should be it for the basic part.

In addition to that, Parallax Layers also provide a good way of adding depth to a game.

Coxcopi | 2021-06-08 05:46