随笔分类 -  unity3d

摘要:NGUI发布后UI层看不见的解决办法 提示信息:You can'tplace widgets on a layer different than the UIPanel that manages them. If youwant to move widgets to a different laye 阅读全文
posted @ 2017-05-07 16:34 爱学习的虾 阅读(934) 评论(0) 推荐(0)
摘要:Unity5.4.1与NGUI出现的问题Ignoring menu item NGUI because it is in no submenu! Ignoring menu item NGUI because it is in no submenu! 在Asset中的NGUI文件夹中找到NGUIMe 阅读全文
posted @ 2017-05-01 09:18 爱学习的虾 阅读(279) 评论(0) 推荐(0)
摘要:一、NGUI的直接用法 1. Attach a Collider:表示为NGUI的某些物体添加碰撞器,如果界面是用NGUI做的,只能这样添加。(注:用Component添加无效)。 2. Attach an Anchor:表示为该物体添加了UIAnchor脚本,作用是避免像素偏移的问题 3. Att 阅读全文
posted @ 2017-04-30 21:04 爱学习的虾 阅读(286) 评论(0) 推荐(0)