//https://blog.csdn.net/Htlas/article/details/79188008 //人物移动 http://gad.qq.com/article/detail/289212 //mesh 山丘地形 http://gad.qq.com/article/detail/289108 using System.Collections; using System.Collections.Generic; using UnityEngine; public class Cube…
临近毕业之初.进入Unity3D这个行业,是一家小工作室.老板人非常不错,公司氛围也非常单纯.近期公司开发一款小游戏,初次上手,颇多周折,记录下自己的开发心得.主要涉及一些设计理念,互相交流. 先说下项目背景.主要是一款闯关游戏,山寨了敲冰块与雷霆战机. 一.人物控制 // This script moves the character controller forward // and sideways based on the arrow keys. //这个脚本用箭头键向前移动和側移角色控…
w shell confusion..what is diff between bash, ksh, csh, tcsh..?? http://www.linuxquestions.org/questions/linux-newbie-8/shell-confusion-what-is-diff-between-bash-ksh-csh-tcsh-256625/ Code: #! /bin/bash when you write a bash script. You can execute t…