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
I had quite some cases now where an upgrade to a new Unity version required an adaption of the PlayServicesResolver.
For instance, I ran into this issue #523 and saw that there is actually a fix for this 6d06c69 although it was part of another fix. But now I have to update the resolver somehow to get this fixed in my project.
The docs only describe this for third party packages that want to embed the resolver. Which would now mean that I have to hunt for one that actually has an updated version of the resolver. Not really a nice way to upgrade.
Is there another approach that will get me to the latest version without building a fake plugin myself?!
I would love to see an isolated .unitypackage build that includes the resolver only.
The text was updated successfully, but these errors were encountered:
I had quite some cases now where an upgrade to a new Unity version required an adaption of the PlayServicesResolver.
For instance, I ran into this issue #523 and saw that there is actually a fix for this 6d06c69 although it was part of another fix. But now I have to update the resolver somehow to get this fixed in my project.
The docs only describe this for third party packages that want to embed the resolver. Which would now mean that I have to hunt for one that actually has an updated version of the resolver. Not really a nice way to upgrade.
Is there another approach that will get me to the latest version without building a fake plugin myself?!
I would love to see an isolated .unitypackage build that includes the resolver only.
The text was updated successfully, but these errors were encountered: