I am currently following this tutorial: https://www.youtube.com/watch?v=D1ZQFlH4g0E
I have an issue when I import my map that I created on Tiled with Flutter Flame Tiled; I get lines appearing in certain places as you can see in the screenshot, I have circled some of them in red.
However, as you can see on the Tiled software, there’s no issue.
Can you help me understand where the problem is coming from?
Thank you very much.
2
Answers
This is unfortunately a bug in Flutter, which seems like it will be solved by Impeller.
You can read more about the bug here.
Are you testing your game on browser? In my videos I run it as a desktop application, however if I run it on browser I get the same weird lines occasionally too, which is a known issue.