Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

TileMap not rendering in build

Discussion in '2D Experimental Preview' started by NathanHold, Feb 21, 2017.

  1. NathanHold

    NathanHold

    Joined:
    Jul 17, 2013
    Posts:
    58
    This is with preview 3.

    I have attached a basic project that reproduces the issue. I have no idea what is causing it. I will investigate more when I have a chance.

    Here is the game view:

    gameview.PNG

    Here is the view running the build:

    build.png

    Example Project: https://www.dropbox.com/s/1wjhytc2oe3wi3p/MapTest.zip?dl=0
     
  2. castor76

    castor76

    Joined:
    Dec 5, 2011
    Posts:
    2,517
    Had the same issue. I think there is bug with tilemap. Current work around is to change the tilemap rendering to individual or chunk.. can't remember which one worked. It may also work if you build it as development build.
     
  3. NathanHold

    NathanHold

    Joined:
    Jul 17, 2013
    Posts:
    58
    Ah thanks very much. It seems a development build works again. It didn't matter it if was chunk or individual for me.