I am trying to set up a parallax background image for my 2d side-scrolling game so that as I move horizontally through my level the picture in the background stays in the same position.
I saw some similar postings on this site but nothing I understood. I’m new to creating games so any pictures or step-by-step guides would be greatly appreciated! I’m really lost here!
simply use 2D texture behind your level and move it in opposite direction with small speed, so when character moves, visually it would look like background moving too
if you create new project in editor and select 2d sidescroller, on level you can right click background and select “find in content browser”
p.s. don’t forget mark question as answered with little gray circle button under any answer (not comment, but whole answer) when problem solved, so anyone else later can have same question and may find solution faster, if you find solution on your own, don’t forget write it too