kingBook

导航

2017年4月11日 #

unity admob

摘要: 插件地址:https://github.com/unity-plugins/Unity-Admob 2017.04.11测试使用发现GoogleMobileAds.framework有问题,导致出现Undefined symbols for architecture等错误 以下是测试过的完整插件包: 阅读全文

posted @ 2017-04-11 14:58 kingBook 阅读(1166) 评论(0) 推荐(0)

UGUI 判断元素进入舞台

摘要: void LateUpdate () { if(!_isLoaded){ RectTransform rectt=this.GetComponent(); float w=rectt.rect.width*0.01f; float h=rectt.rect.height*0.01f; ... 阅读全文

posted @ 2017-04-11 11:47 kingBook 阅读(173) 评论(0) 推荐(0)