Pyxel Edit Json Importer and Map Generator
Generate a tilemap using json exported from the Pyxel Edit application. Simply copy the json text into the Inspector, drag the sprites into the Inspector, and click a button to generate the map. It's that easy!
You can optionally choose to add a simple TileLogic script component to each generated gameobject. You can then edit the TileLogic script to add your own custom behaviors!
You can also choose to add a BoxCollider2D to use for collision detection or as a trigger.
Note that the generated tilemap does NOT work with Unity's Tilemap system.