上一页 1 ··· 21 22 23 24 25
摘要: Unity内置shader 4.3.1 版本的 其他版本可以自己修改名称 下载地址 http://download.unity3d.com/download_unity/builtin_shaders-4.3.1.zip 阅读全文
posted @ 2014-04-10 20:23 明明1109 阅读(1056) 评论(0) 推荐(0)
摘要: 创建脚本如下 Billboard.cs using UnityEngine; using System.Collections; public class Billboard : MonoBehaviour { // Use this for initialization void Start () 阅读全文
posted @ 2014-04-09 13:25 明明1109 阅读(1959) 评论(0) 推荐(0)
摘要: win7 C:\Users\(用户名)\AppData\Roaming\Unity\Asset Store\ 用户名为中文的时候,是不能直接在unity3d中打开的。 阅读全文
posted @ 2014-03-11 20:45 明明1109 阅读(1217) 评论(0) 推荐(0)
摘要: Unity3d 导入fbx文件后纹理不显示(3ds Max中显示正常),可能原因: 1.纹理图片没有导入fbx同一文件夹中 2.纹理图片没有在fbx文件之前导入(现导入纹理图片,再导入fbx文件) 阅读全文
posted @ 2013-12-06 18:51 明明1109 阅读(1266) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25