Search Unity

tile map maker

Discussion in '2D' started by Brok3nGear, Sep 6, 2019.

  1. Brok3nGear

    Brok3nGear

    Joined:
    Sep 29, 2018
    Posts:
    3
    I want to create a 2d tiled map maker, how would I go about this? Now I'm not asking for the whole thing to be given, just what concepts I'll need and where a good starting point is.
     
  2. bloodwolftico

    bloodwolftico

    Joined:
    Nov 13, 2017
    Posts:
    100
    A 2D Tile Map Maker? Like a map editor in grid mode? I would probably start researching how to interact with tiles like with Tilemap.GetTile. I'm not sure, though, whether you can actually create these in game or not, as I have not tried this, but I believe it should be a good place to start.