Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. {
  2. "name": "com.unity.2d.tilemap",
  3. "displayName": "2D Tilemap Editor",
  4. "version": "1.0.0",
  5. "unity": "2019.2",
  6. "description": "2D Tilemap Editor is a package that contains editor functionalities for editing Tilemaps.",
  7. "keywords": ["2d", "Tilemap"],
  8. "category": "2D",
  9. "dependencies": {
  10. "com.unity.modules.tilemap": "1.0.0",
  11. "com.unity.modules.uielements": "1.0.0"
  12. }
  13. }