07 2020 档案

摘要:近日学习Unity接入iosSdk,在此记录下: 首先需要在xcode工程下写入自己需要的代码: iosview.h #import <UIKit/UIKit.h> @interface IosViewController : UIViewController - (void) viewDidLoa 阅读全文
posted @ 2020-07-28 16:08 你这只母牛 阅读(992) 评论(0) 推荐(0)
摘要:近几日学习IOS自动化打包,特此记录下: #if UNITY_IOS || UNITY_IPHONE using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor.iO 阅读全文
posted @ 2020-07-24 15:29 你这只母牛 阅读(1112) 评论(0) 推荐(0)