Ali Albarrak

Results 6 comments of Ali Albarrak

We are facing the same issue here

If this is helpful to anyone, I found a workaround. Add this line to `gradleTemplate.properties` file found in `Assets/Plugins/Android` ```properties apmsInstrumentationEnabled = false ``` Beware that this will disable the...

As reported [here](https://github.com/googlesamples/unity-jar-resolver/issues/524#issuecomment-1808595188), this fix fails sometimes so I'll draft the pull request until I find a better solution

The settings file gets written multiple times with every domain reload/compile, even when settings didn't change. I added an extra check to skip file write if settings didn't change since...

Hello @a-maurice @chkuang-g and team I'd appreciate it if you can guide me through what I need to do to get this reviewed and merged. This PR is associated with...

I guess this is no longer needed since https://github.com/googlesamples/unity-jar-resolver/pull/678 was merged 🎉