连击 天
fork: star:
1.打开unity,新建一个2D场景 2.将所有素材拖进去 3.添加两根导管 作为鸟穿过的通道,给导管添加Box Collider和声音,复制同样的两份,添加脚本 using System.Collections; using System.Col...
1.打开unity,新建一个2D场景 1.拖入背景材料并调整位置 为背景添加一只天鹅,并添加脚本控制它从右向左飞 using System.Collections; using System.Collections.Generic; using UnityEngin...
1.新建一个Plane 2.新建一个Wall,编辑脚本生成6*8的墙 using System.Collections; using System.Collections.Generic; using UnityEngine; public class Brick : MonoBehaviour { public Gam...
1.新建一个Plane,4个Cube作为四周的围墙 2.创建12个Cube围成一个圈,编辑脚本: using System.Collections; using System.Collections.Generic; using UnityEngine; public class RotatePick...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class moon : MonoBehaviour { public Transform target; public float rotateSpeed = 3f; // Use...
没有更多内容
加载失败,请刷新页面
没有更多内容
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复