在导入3d max模型的时候报错: 3ds Max could not be found.Make sure that 3ds Max is installed and the max file has 3ds Max as its 'Open with' application! 造成的原因是因为我直接导入.max文件但是我电脑上面没有安装3Dmax. unity需要导入.fbx才行.
Unity开发NGUI代码实现ScrollView(放大视图) 下载NGUI包 导入NGUI3.9.1版本package 创建MainCameraScript.cs脚本 MainCameraScript.cs using UnityEngine; using System.Collections; public class MainCameraScript : MonoBehaviour { // Use this for initialization void Start () { } //
Unity开发NGUI代码实现ScrollView(滚动视图) 下载NGUI包 导入NGUI3.9.1版本package 链接: http://pan.baidu.com/s/1mgksPBU 密码: bacy 导入NGUI包 创建MainCameraScript.cs脚本 MainCameraScript.cs using UnityEngine; using System.Collections; public class MainCameraScript : MonoBehaviour {
///////////////2015/07/06//////// ///////////////by xbw////////////// //////////////环境 unity4.6.1// 分享一些unity character control 代码:: using UnityEngine; using System.Collections; public class playControl : MonoBehaviour { public float movespeed =10f;