A game about forced loneliness, made by TACStudios
1{
2 "name": "com.unity.2d.tilemap.extras",
3 "displayName": "2D Tilemap Extras",
4 "version": "4.1.0",
5 "unity": "6000.0",
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.modules.jsonserialize": "1.0.0"
15 },
16 "relatedPackages": {
17 "com.unity.2d.tilemap.extras.tests": "4.1.0"
18 },
19 "samples": [
20 {
21 "displayName": "Waterfall Animated Tile",
22 "description": "An example implementation of an Animated Tile.",
23 "path": "Samples~/WaterfallAnimatedTile"
24 },
25 {
26 "displayName": "Pipe Rule Tile",
27 "description": "An example implementation of a Rule Tile with rules matching four-way orthogonal neighbors.",
28 "path": "Samples~/PipeRuleTile"
29 },
30 {
31 "displayName": "Dungeon Rule Tile",
32 "description": "An example implementation of a Rule Tile with rules matching eight-way orthogonal and diagonal neighbors.",
33 "path": "Samples~/DungeonRuleTile"
34 }
35 ],
36 "_upm": {
37 "changelog": "### Fixed\n\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\n- Remove dependency on com.unity.ugui"
38 },
39 "upmCi": {
40 "footprint": "fbdcb391a5add50bd256ca0f119a2fddebba5602"
41 },
42 "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.2d.tilemap.extras@4.1/manual/index.html",
43 "repository": {
44 "url": "https://github.com/Unity-Technologies/2d-extras.git",
45 "type": "git",
46 "revision": "8d9a9d9b09b21c40c727e0dfb6188875f796d9f5"
47 },
48 "_fingerprint": "13634da7dbe06c39bac6bbe2d1a166cf91f58ad7"
49}