Publisher | TheLurkingDev |
---|---|
File size | 646.19kB |
Number of files | 11 |
Latest version | 1 |
Latest release date | 2020-05-07 02:03:19 |
First release date | 2020-05-08 03:41:10 |
Supported Unity versions | 2018.4.2 or higher |
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.