-
在unity里面player setting里面的resolution设置了只有横屏LandScapeLeft但是在苹果真机里面没有横屏,原因是ios开发那边没设置好
-
Duplicate interface definition for class ‘CAMetalLayer’ 我遇到的出现这个报错的情况是unity选择模拟器sdk出ios程序包,嵌入到xcode里面的时候,CAMetalLayer这个类苹果自带模拟器sdk有一个,unity的ios程序包代码里面又声明了一个,Unity版本2019和XCode版本11,2018的版本好像没这个问题,解决办法就是将unity生成程序的代码里面的的这个声明注释掉,参考博客: xcode11 unity UnityMetalSupport Duplicate interface definition for class 'CAMetalLayer’的解决方法 参考博客里面的方法试了不行,只是提供了一个思路
-
Typedef redefinition with different types (‘void *’ vs ‘struct __CVMetalTextureCache *’),Typedef redefinition with different types (‘voi
unity ios常见问题记录
关注
打赏