摘要: -----------------调用外部的EXE-----------------------using UnityEngine;using System.Collections;public class openexe: MonoBehaviour {// Use this for initializationvoid Start () { System.Diagnostics.Process... 阅读全文
posted @ 2010-12-01 14:21 softimagewht 阅读(234) 评论(0) 推荐(0)
摘要: -------------Player的代码------------------------var bullet:GameObject; //子弹var Dummy:GameObject;//虚拟体var playerSpeed:float;//左右移动操作速度static var fire=false; //是否开火function Update () { //操作代码 var antmove:... 阅读全文
posted @ 2010-12-01 10:30 softimagewht 阅读(287) 评论(0) 推荐(0)