随笔分类 -  Unity 微型项目学习

Complete Physics Platformer Kit 学习
摘要:1 using UnityEngine; 2 3 /// <summary> 4 /// 摄像机跟随玩家 5 /// </summary> 6 public class CameraFollow : MonoBehaviour 7 { 8 /// <summary> 9 /// 目标 10 /// 阅读全文

posted @ 2017-03-20 23:39 void87 阅读(288) 评论(0) 推荐(0) 编辑

Match 3 小项目学习
摘要:1 using UnityEngine; 2 using System.Collections; 3 using Holoville.HOTween; 4 5 /// <summary> 6 /// 游戏逻辑 7 /// </summary> 8 public class Main:MonoBeha 阅读全文

posted @ 2017-03-14 18:02 void87 阅读(279) 评论(0) 推荐(0) 编辑

猫跳窗户 学习
摘要:1 using UnityEngine; 2 using System.Collections; 3 4 /// <summary> 5 /// 镜头控制 6 /// </summary> 7 public class CameraControl : MonoBehaviour { 8 9 /// 阅读全文

posted @ 2017-03-13 22:58 void87 阅读(265) 评论(0) 推荐(0) 编辑

俄罗斯方块 学习
摘要:1 using UnityEngine; 2 using System.Collections; 3 4 /// <summary> 5 /// 网格 6 /// </summary> 7 public class Grid : MonoBehaviour { 8 9 /// <summary> 1 阅读全文

posted @ 2017-03-13 17:44 void87 阅读(221) 评论(0) 推荐(0) 编辑

切水果 学习
摘要:1 using UnityEngine; 2 using System.Collections; 3 4 /// <summary> 5 /// 水果 6 /// </summary> 7 public class FruitDispenser : MonoBehaviour { 8 9 /// < 阅读全文

posted @ 2017-03-06 17:11 void87 阅读(571) 评论(0) 推荐(0) 编辑

贪吃蛇 学习
摘要:1 using UnityEngine; 2 using System.Collections; 3 4 /// <summary> 5 /// Flash 6 /// </summary> 7 public class Flash : MonoBehaviour { 8 9 /// <summar 阅读全文

posted @ 2017-03-06 16:50 void87 阅读(274) 评论(0) 推荐(0) 编辑

S老师 打飞机 学习
摘要:1 using UnityEngine; 2 using System.Collections; 3 4 /// <summary> 5 /// 奖励 6 /// </summary> 7 public class Award : MonoBehaviour { 8 9 public int typ 阅读全文

posted @ 2017-03-06 16:40 void87 阅读(542) 评论(0) 推荐(0) 编辑

S老师 Top-Down RPG Starter Kit 学习
摘要:character creation 1 using UnityEngine; 2 using System.Collections; 3 4 public class CharacterCreation : MonoBehaviour { 5 6 public GameObject[] chara 阅读全文

posted @ 2017-03-06 15:45 void87 阅读(376) 评论(0) 推荐(0) 编辑

Bow & Arrow 学习
摘要:using UnityEngine; using System.Collections; using System.Collections.Generic; using UnityEngine.UI; using UnityEditor; /// <summary> /// 游戏控制 /// </s 阅读全文

posted @ 2017-02-26 10:23 void87 阅读(331) 评论(0) 推荐(0) 编辑

Road Crossing Game Template 学习
摘要:using UnityEngine; using System; namespace RoadCrossing.Types { /// <summary> /// 小路 /// </summary> [Serializable] public class Lane { /// <summary> / 阅读全文

posted @ 2017-02-25 18:19 void87 阅读(176) 评论(0) 推荐(0) 编辑

2D Platformer 学习
摘要:using UnityEngine; using System.Collections; /// <summary> /// 玩家控制 /// </summary> public class PlayerControl : MonoBehaviour { /// <summary> /// 是否面向 阅读全文

posted @ 2017-02-24 19:30 void87 阅读(262) 评论(0) 推荐(0) 编辑

Roll a ball 学习
摘要:using UnityEngine; using System.Collections; /// <summary> /// 相机控制 /// </summary> public class CameraController : MonoBehaviour { /// <summary> /// 玩 阅读全文

posted @ 2017-02-24 13:36 void87 阅读(238) 评论(0) 推荐(0) 编辑

Tanks!Tutorial 学习
摘要:using UnityEngine; namespace Complete { public class CameraControl : MonoBehaviour { /// <summary> /// 相机重新聚焦的时间 /// </summary> public float m_DampTim 阅读全文

posted @ 2017-02-23 20:05 void87 阅读(1205) 评论(0) 推荐(0) 编辑

Survival Shooter 学习
摘要:using UnityEngine; using System.Collections; namespace CompleteProject { /// <summary> /// 摄像机跟随 /// </summary> public class CameraFollow : MonoBehavi 阅读全文

posted @ 2017-02-23 15:17 void87 阅读(954) 评论(2) 推荐(0) 编辑

Space Shooter 学习
摘要:using UnityEngine; using System.Collections; /// <summary> /// 背景滚动 /// </summary> public class Done_BGScroller : MonoBehaviour { /// <summary> /// 滚动 阅读全文

posted @ 2017-02-23 02:11 void87 阅读(402) 评论(2) 推荐(2) 编辑

Restaurant & Cooking Starter Kit v1.2.1 学习
摘要:项目: 1 using UnityEngine; 2 using System.Collections; 3 4 namespace VoidGame { 5 6 public class Constant : MonoBehaviour { 7 8 public static string m_p 阅读全文

posted @ 2016-12-28 15:52 void87 阅读(253) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示