Created converter from Tilemap to SpriteRenders.

I created small utility that converts from Tilemap to SpriteRenders.

Hi!

I am looking forward to the Tilemap feature release.

And congratulation! Beta version release Unity 2017.2. I am so happy that we can use Tilemap in beta version not experimental version.

By the way, I want to use Tilemap in product code.

So I created Converter from Tilemap to SpriteRenders.

This converter may help

  • To understand tilemap code.
  • To use Tilemap data in product environment, not experimental nor beta.

Would you try or check my converter if you interested?

Thank you!

I am looking forward to the Tilemap feature release!!!

Hey Ryota, just checked out the code and I think in most scenarios it’d be more sensible right now to just use the beta release tilemaps for production, mainly because of the number of game objects you need to spawn to cover a big tilemap.

1 Like

@danbrani

Thank you for your trying my TilemapConverter.

Yes, you are right!

I do not treat performance issue with TilemapConverter results.

I think that there are many use case of Tilemap.

I think that some of them they use many tiles, the others are use only a few tiles or reasonable count tiles.

I think my TilemapConverter helps some people.