Ingen beskrivning
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.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "com.unity.2d.tilemap.extras",
  3. "displayName": "2D Tilemap Extras",
  4. "version": "2.2.4",
  5. "unity": "2021.1",
  6. "description": "2D Tilemap Extras is a package that contains extra scripts for use with 2D Tilemap features in Unity. These include custom Tiles and Brushes for the Tilemap feature.\n\nThe following are included in the package:\nBrushes: GameObject Brush, Group Brush, Line Brush, Random Brush\nTiles: Animated Tile, Rule Tile, Rule Override Tile\nOther: Grid Information, Custom Rules for Rule Tile",
  7. "keywords": [
  8. "2d"
  9. ],
  10. "category": "2D",
  11. "dependencies": {
  12. "com.unity.modules.tilemap": "1.0.0",
  13. "com.unity.2d.tilemap": "1.0.0",
  14. "com.unity.ugui": "1.0.0",
  15. "com.unity.modules.jsonserialize": "1.0.0"
  16. },
  17. "relatedPackages": {
  18. "com.unity.2d.tilemap.extras.tests": "2.2.4"
  19. },
  20. "samples": [
  21. {
  22. "displayName": "Waterfall Animated Tile",
  23. "description": "An example implementation of an Animated Tile.",
  24. "path": "Samples~/WaterfallAnimatedTile"
  25. },
  26. {
  27. "displayName": "Pipe Rule Tile",
  28. "description": "An example implementation of a Rule Tile with rules matching four-way orthogonal neighbors.",
  29. "path": "Samples~/PipeRuleTile"
  30. },
  31. {
  32. "displayName": "Dungeon Rule Tile",
  33. "description": "An example implementation of a Rule Tile with rules matching eight-way orthogonal and diagonal neighbors.",
  34. "path": "Samples~/DungeonRuleTile"
  35. }
  36. ],
  37. "upmCi": {
  38. "footprint": "b6d00e7e921a3db898f7548383ef2120f3e84337"
  39. },
  40. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.tilemap.extras@2.2/manual/index.html",
  41. "repository": {
  42. "url": "https://github.com/Unity-Technologies/2d-extras.git",
  43. "type": "git",
  44. "revision": "2d8c9252168c8fe6d11dce4cfeb56d4d4ade3a70"
  45. }
  46. }