Tilemaps disappearing (SOLVED)

In my game I spawn a never-ending landscape of game objects with a fabric. They contain a sprite and a tilemap. Once the map has scrolled far enough, the tilemaps start disappearing, but the sprites are still there.

I export to HTML5, and the tilemaps only disappear on iOS. On desktop and Android they don’t disappear.

What could cause this? Any ideas on how to fix it (ideally without having to move things back closer to 0,0?

Sorted! I remembered this thread, created a custom tilemap material and replaced the mediump with highp.

Now the tilemaps don’t disappear anymore on iOS.

:upside_down_face:

1 Like