Reputation: 71
I want to debug Google Play Games Services with Unity, but if i directly press play and debug with a connected USB Android Device, it won't work. I have to build it everytime, which slows down the development process massively. Is there a way to directly test Google Play Games Services without building the app everytime?
Upvotes: 1
Views: 283
Reputation:
There is an app Unity Remote 5 through which you can debug and test your app locally through USB.
The official documentation of this could be found here.
Upvotes: 0