Jindra Zak
Results
2
comments of
Jindra Zak
Same here, Unity 2020.1.10f1. Manually editting Plugins/Android/AndroidManifest.xml and changing `android:debuggable="true"` to `false` helped.
I'm facing a similar problem. This is part of my Github Workflow: ```yaml - name: Deploy to Netlify uses: netlify/actions/cli@master with: args: deploy --dir=build/web ... ``` However, when there is...