Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unity 2018.3 iOS的UnityAppController.mm內容不符合新標準 #34

Open
wywarren opened this issue Dec 11, 2018 · 0 comments
Open

Unity 2018.3 iOS的UnityAppController.mm內容不符合新標準 #34

wywarren opened this issue Dec 11, 2018 · 0 comments

Comments

@wywarren
Copy link

在2018.3的環境底下無法正常build iOS了

目前發現兩個更改點:
[[DisplayManager Instance] updateDisplayListInUnity];

已不存在,依照新版本:
[[DisplayManager Instance] updateDisplayListCacheInUnity];

另外:
class_replaceMethod([UIScreen class], @selector(nativeScale), UIScreen_NativeScale_IMP, UIScreen_nativeScale_Enc);

裡面的
UIScreen_nativeScale_Enc 已無法使用。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant