2015年3月24日

unity5 Edit Collider

摘要: 按下Edit Collider按钮,视图中Collider线框中出现控制点,可以通过拖动控制点对Collider进行调整。 阅读全文

posted @ 2015-03-24 00:03 wantnon 阅读(1064) 评论(0) 推荐(0) 编辑

2015年3月23日

unity 查看prefab层次

摘要: 点那个箭头,可以展开: 阅读全文

posted @ 2015-03-23 23:16 wantnon 阅读(1030) 评论(0) 推荐(0) 编辑

unity c# script error CS0664: Literal of type double cannot be implicitly converted to type `float'. Add suffix `f' to create a literal of this type

摘要: 例如在unity c# script中定义private float x=0.0;则会报error CS0664: Literal of type double cannot be implicitly converted to type `float'. Add suffix `f' to cre... 阅读全文

posted @ 2015-03-23 22:09 wantnon 阅读(596) 评论(0) 推荐(0) 编辑

unity hide/show text

摘要: usingUnityEngine;usingSystem.Collections;publicclassPlayerController:MonoBehaviour{publicUnityEngine.UI.TextwinText;voidStart(){winText.text="YouWin!"... 阅读全文

posted @ 2015-03-23 21:59 wantnon 阅读(469) 评论(0) 推荐(0) 编辑

unity5 创建material

摘要: 在material文件夹下unity5中新创建的material默认如下开始我不知道贴图应该加在哪儿。于是跳过教程上这一步,直接去选shader:在这个shader下很明显看到加贴图的地方了:加完贴图如下:假如此时再回到默认的Standard shader下,可以看到:原来Albedo前面的方格是加... 阅读全文

posted @ 2015-03-23 17:03 wantnon 阅读(1579) 评论(0) 推荐(0) 编辑

unity输出log

摘要: Debug.Log("..."); 阅读全文

posted @ 2015-03-23 14:03 wantnon 阅读(203) 评论(0) 推荐(0) 编辑

unity5 where is "Edit->Render Settings"?

摘要: The Render Settings logic has changed a bit. To find the settings you will need to go to "Windows->Lighting" and go to the Scene tab, There you will f... 阅读全文

posted @ 2015-03-23 12:07 wantnon 阅读(483) 评论(0) 推荐(0) 编辑

unity save layout

摘要: 调整完布局,点Save Layout,并命名,就得到一个新的layout,以后可以直接在下拉菜单中选择并切换到此布局。 阅读全文

posted @ 2015-03-23 11:01 wantnon 阅读(391) 评论(0) 推荐(0) 编辑

unity 设置屏幕尺寸

摘要: 在PlayerSettings中将web player的screen size设成600x900后,需要在Game视图下拉菜单中选Web(600x900),Game视图才能显示成我们设定的尺寸。 阅读全文

posted @ 2015-03-23 10:49 wantnon 阅读(6628) 评论(0) 推荐(0) 编辑

unity, mesh Collider

摘要: 关闭mesh Renderer以便查看mesh Collider"For Unity 5, we must also select "Convex" on the Mesh Collider, in order for the Mesh Collider to work correctly with... 阅读全文

posted @ 2015-03-23 10:09 wantnon 阅读(813) 评论(0) 推荐(0) 编辑

导航