Search Unity

Question isomerric TileMaps and ECS

Discussion in 'Entity Component System' started by chelvaric, Mar 20, 2019.

  1. chelvaric

    chelvaric

    Joined:
    Mar 6, 2019
    Posts:
    5
    I am trying to make an isometric world generator with the new isometric tilemap. to boost performance I wanted to use the ECS system. But is they're a way to access the tilemap from a job so that I can use the .setTile?

    thanks in advance
     
  2. chelvaric

    chelvaric

    Joined:
    Mar 6, 2019
    Posts:
    5
    no one has any idea how to spawn 2d sprites with ecs?
     
  3. Jay-Pavlina

    Jay-Pavlina

    Joined:
    Feb 19, 2012
    Posts:
    195
    Tilemaps and sprites are not supported by ECS yet.