説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "com.unity.2d.tilemap.extras",
  3. "displayName": "2D Tilemap Extras",
  4. "version": "4.0.2",
  5. "unity": "2023.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": "4.0.2"
  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. "_upm": {
  38. "changelog": "### Fixed\n- [GameObjectBrush] Use cell offset to determine location of GameObject when painting and erasing"
  39. },
  40. "upmCi": {
  41. "footprint": "1dc77b3f9a7dc9ec88a1b175812698bd0c8714ff"
  42. },
  43. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.tilemap.extras@4.0/manual/index.html",
  44. "repository": {
  45. "url": "https://github.com/Unity-Technologies/2d-extras.git",
  46. "type": "git",
  47. "revision": "21a24803135ec4fbe47be9ccd27fb06e47d06d88"
  48. },
  49. "_fingerprint": "6a6fc3dece599bfc4df5dd2cb0da6635868f1281"
  50. }