- Home /
Question by
ajaykool28 · Jul 06, 2016 at 05:53 PM ·
2d game2d-platformer
Issue with snaping, I see flickering lines when moving the camera
When I am trying to move my camera (player) I see lot of lines http://imgur.com/a/SORfO
Comment
Answer by AtticusMarkane · Jul 06, 2016 at 06:50 PM
You've got seams! You are aligning objects in the scene that do not butt up against each-other perfectly. This could be because you are setting them to whole number positions but they have floating point dimensions. Honestly there are a lot of things this could be, but the basics of it is that things are not flush with each other.
Your answer
Follow this Question
Related Questions
2D Character won't jump diagonally 1 Answer
How to create soil or sand?? 1 Answer
2d platformer script problems 0 Answers
"Create New Palette" doesn't actually create a palette at all 1 Answer