Search Unity

Disappearing chunks on tilemap

Discussion in '2D' started by danielleephillips1997, May 19, 2019.

  1. danielleephillips1997

    danielleephillips1997

    Joined:
    Mar 30, 2019
    Posts:
    3
    When the player is in a certain area around a tilemap chunk, that chunk is no longer being rendered.
    Any ideas what could be causing this?
     
  2. Deleted User

    Deleted User

    Guest

    Does this happen when you build the game?
     
  3. danielleephillips1997

    danielleephillips1997

    Joined:
    Mar 30, 2019
    Posts:
    3
    Hi, yes it happens when the game is built aswell
     
  4. danielleephillips1997

    danielleephillips1997

    Joined:
    Mar 30, 2019
    Posts:
    3
    For anyone else who finds this thread, the resolution to my question was to change the Detect Chunk Culling Bounds setting on the tilemap renderer from auto to manual, and then Increase the size of the Chunk Culling Bounds
     
  5. qgarrigos

    qgarrigos

    Joined:
    Feb 28, 2021
    Posts:
    1
    Thanks! it worked!