Make 2.5D Game with real backgrounds images

Hi, I need to make a game like this

with real backgrounds images.

Someone knows some other example, tutorial, plugin or asset.

Thanks!!

That’s easy.

Just use two cameras. One for 3d objects and one for 2d back grounds. Then just have the 3d objects interact with collides that don’t have renderers attached.

Personally though, I think that method is a bit archaic and unnecessary. Just do 3d. It will save you lots of time setting up scenes and look infinitely better.