You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Worked around Unity 2019's invalid DLL broken errors
Unity 2019 refused to load the iOS Resolver DLL as it has a reference
to a potentially missing DLL in the public interface even though
the public method would not be called unless the iOS platform is selected
and therefore the DLL reference would be resolved successfully.
Bug: 136566524
Fixes#247
Change-Id: I0869dfa0b3d03e6a7ea8bd2636d3f46e7dafb67b
0 commit comments