2017年2月22日

Unity游戏语音(富文本消息)解决方案GVoice

摘要: 腾迅云-GVoice https://www.qcloud.com/document/product/556/7673 集成1-2天内可搞定,博主亲测 Unity5.4.4f1 今天又试了下语音转文字,SpeechToText在使用这个要注意SetMode要改为Translate, //m_voic 阅读全文

posted @ 2017-02-22 17:45 jiahuafu 阅读(2097) 评论(1) 推荐(0) 编辑

GameObject.Find 使用技巧

摘要: GameObject.Find是全局搜索 如果你已经知道这个元件在哪个元件里面的话,且担心场景中有重名元件,可以这样写 GameObject.Find ("Canvas/Panel/Image/Button_FileSvr") 阅读全文

posted @ 2017-02-22 10:34 jiahuafu 阅读(1661) 评论(1) 推荐(0) 编辑

Unity中的Path对应各平台中的Path

摘要: IOS:Application.dataPath : Application/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/xxx.app/DataApplication.streamingAssetsPath : Application/xxxxxxxx-xxxx-xx 阅读全文

posted @ 2017-02-22 10:03 jiahuafu 阅读(688) 评论(0) 推荐(0) 编辑

导航