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

Feature Request Partial Tilemap Loading

Discussion in '2D Experimental Preview' started by DavidNLN, Apr 14, 2019.

  1. DavidNLN

    DavidNLN

    Joined:
    Sep 27, 2018
    Posts:
    90
    Hello, I'm trying to work with really large tilemaps, around 10,000X10,000 in size, I'm looking for some way of partially loading asynchronously the map as the player moves around
     
  2. o1o1o1o1o2

    o1o1o1o1o2

    Joined:
    May 22, 2014
    Posts:
    34
    there is free async plugins in asset store, you can devide your tilemap into chunks(several separate gameobjects with tilemap) and load and unload it while moving