2D Game Kit
2D is a collection of mechanics, tools, systems and assets to hook up gameplay without writing any code. To show how these elements can be used we’ve also created a game example using these systems.
官方链接:https://learn.unity.com/project/2d-game-kit
资源地址:https://assetstore.unity.com/packages/templates/tutorials/2d-game-kit-107098
2D 横版跳跃的新手包,主要是教你全局设计2D内容,脚本都是配置好的,往上拖资源和控件就行。这里多设计到一个tile map编辑,但是tilemap里的组件是帮你写好的,主要是体验
主要有两个进阶内容,但都是写好组件,跟着教程走就行
触发式组件(机关开门,甚至物品与怪物的交互)
场景传送(涉及同场景传送和不同场景传送到方法)
内置的脚本可以看一下