50 lines
2.0 KiB
JSON
50 lines
2.0 KiB
JSON
{
|
|
"name": "com.unity.2d.tilemap.extras",
|
|
"displayName": "2D Tilemap Extras",
|
|
"version": "3.1.3",
|
|
"unity": "2022.1",
|
|
"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",
|
|
"keywords": [
|
|
"2d"
|
|
],
|
|
"category": "2D",
|
|
"dependencies": {
|
|
"com.unity.modules.tilemap": "1.0.0",
|
|
"com.unity.2d.tilemap": "1.0.0",
|
|
"com.unity.ugui": "1.0.0",
|
|
"com.unity.modules.jsonserialize": "1.0.0"
|
|
},
|
|
"relatedPackages": {
|
|
"com.unity.2d.tilemap.extras.tests": "3.1.3"
|
|
},
|
|
"samples": [
|
|
{
|
|
"displayName": "Waterfall Animated Tile",
|
|
"description": "An example implementation of an Animated Tile.",
|
|
"path": "Samples~/WaterfallAnimatedTile"
|
|
},
|
|
{
|
|
"displayName": "Pipe Rule Tile",
|
|
"description": "An example implementation of a Rule Tile with rules matching four-way orthogonal neighbors.",
|
|
"path": "Samples~/PipeRuleTile"
|
|
},
|
|
{
|
|
"displayName": "Dungeon Rule Tile",
|
|
"description": "An example implementation of a Rule Tile with rules matching eight-way orthogonal and diagonal neighbors.",
|
|
"path": "Samples~/DungeonRuleTile"
|
|
}
|
|
],
|
|
"_upm": {
|
|
"changelog": "### Fixed\n- [GameObjectBrush] Allow expansion of SceneRoot Grid foldout when clicking on label\n- [GridInformation] Fix exception when serializing GridInformation component if component is part of a Prefab"
|
|
},
|
|
"upmCi": {
|
|
"footprint": "96fb152a3393eb7e5863ff1a49d3bdb70838d7a8"
|
|
},
|
|
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.tilemap.extras@3.1/manual/index.html",
|
|
"repository": {
|
|
"url": "https://github.com/Unity-Technologies/2d-extras.git",
|
|
"type": "git",
|
|
"revision": "8338e2715a3f0921b8c4cf9c90823fb2a21c10b5"
|
|
}
|
|
}
|