-
Notifications
You must be signed in to change notification settings - Fork 68
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
Xcode 9 Main Thread Checker warnings #56
Comments
I am facing the similar warnings:
|
Did anybody managed to solve this? Also faced that warning UPD: ok, I used a dirty trick to overcome this issue by searing for |
I notice that when I enable Main Thread Checker in Xcode 9, I see these warnings when
GetAppController()
method inUnityAppController.h
is called.Calling UI API from another thread rather than Main thread more or less cause some lags in the UI drawing I believe. Does anyone suggest a good way to fix this ?
Thanks in advanced.
Here's full log:
The text was updated successfully, but these errors were encountered: