Mastering Unity 2D Game Development will give your game development skills a boost and help you begin creating and building an RPG with Unity 2D game framework. 扫码时备注或说明中留下邮箱付款后如未回复请至https://shop135452397.taobao.com/联系店主
之前做2D的游戏怎样让背景动起来?就想着做成滚屏效果不就行了,今天在网上看到人家做的既简单又方便,唉,忏愧啊!不过还好,下次可以为自己所用了!呵呵 废话就不扯了,新建工程! 1 ,打开Unity 5.0,新建空白工程. 2.我用画图工具制作一张道路贴图,导入Unity, 3.创建物体Quad 添加代码:mapMove.cs using UnityEngine; using System.Collections; public class mapMove : MonoBehaviour { pub