会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Hello world
Hope is a good thing,maybe the best of things and no good thing ever dies!
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
Unity3D
以OpenGL方式运行Unity
摘要:Unity在Windows上默认以DirextX的方式运行,在MacOS和Linux上默认以OpenGl的方式运行, 如果希望在Windows上以OpenGL的方式运行可以在命令行中输入 -force-opengl启动Unity
阅读全文
posted @
2016-08-10 09:48
瑞坊
阅读(3038)
评论(0)
推荐(0)
Unity JS 转 C#
摘要:用法:js:@Script RequireComponent(Rigidbody) c#:[RequireComponent (typeof (Rigidbody))]js:@System.NonSerialized@SerializeField@script Serializablec#:[Non...
阅读全文
posted @
2015-01-17 10:32
瑞坊
阅读(815)
评论(0)
推荐(0)
公告