1 Star 0 Fork 0

fengzhitalker / 2d-extras

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
ChuanXin-Unity 提交于 2020-07-24 14:54 . Update for Unity 2020.1 (#208)
{
"name": "com.unity.2d.tilemap.extras",
"displayName": "2D Tilemap Extras",
"version": "1.6.0-preview",
"unity": "2020.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.",
"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": "1.6.0-preview"
},
"samples": [
{
"displayName": "Pipeline Rule Tile",
"description": "An example implementation of a Rule Tile with rules matching four-way orthogonal neighbors.",
"path": "Samples~/PipelineRuleTile"
},
{
"displayName": "Terrain Rule Tile",
"description": "An example implementation of a Rule Tile with rules matching eight-way orthogonal and diagonal neighbors.",
"path": "Samples~/TerrainRuleTile"
}
]
}
1
https://gitee.com/fengzhitalker/unity-2d-extras.git
git@gitee.com:fengzhitalker/unity-2d-extras.git
fengzhitalker
unity-2d-extras
2d-extras
master

搜索帮助