Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/Unity/Testproject/Library/PackageCache/com.unity.2d.tilemap.extras@2.0.0/package.json
2022-11-12 13:10:03 +01:00

44 lines
1.6 KiB
JSON

{
"name": "com.unity.2d.tilemap.extras",
"displayName": "2D Tilemap Extras",
"version": "2.0.0",
"unity": "2021.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"
},
"relatedPackages": {
"com.unity.2d.tilemap.extras.tests": "2.0.0"
},
"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"
}
],
"upmCi": {
"footprint": "9c40c1e49cbd14d9da2009faf03dd0aabf276fb3"
},
"repository": {
"url": "https://github.com/Unity-Technologies/2d-extras.git",
"type": "git",
"revision": "dc1c26a83c330e23776675c91c2c0f22764de9c7"
}
}