1 Star 0 Fork 0

码农阿布/2d-extras

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
Chuan Xin Lim 提交于 2021-06-01 09:56 . Update version to 2.2.0
{
"name": "com.unity.2d.tilemap.extras",
"displayName": "2D Tilemap Extras",
"version": "2.2.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",
"com.unity.ugui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
"relatedPackages": {
"com.unity.2d.tilemap.extras.tests": "2.2.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"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/code9527/PrefabBrush.git
git@gitee.com:code9527/PrefabBrush.git
code9527
PrefabBrush
2d-extras
master

搜索帮助