David O'Donoghue
David O'Donoghue
* Unity version: 2020.3.26f1 * Google Mobile Ads Unity plugin version: 6.1.2 * Platform: Android * Platform OS version: Android 10, Android 11 * Any specific devices issue occurs on:...
input[type=checkbox].topcoat-toggle:checked + label { background-color: #454646; box-shadow: none; } input[type=checkbox].topcoat-toggle + label{ padding: 3px 15px 3px 15px; font-size: 12px; line-height: 1.313rem; letter-spacing: 0; color: #c6c8c8; text-shadow: 0 -1px rgba(0,0,0,0.69); vertical-align:...
I've not been able to get compiler errors showing for lines like this: Assets\Code\CameraBase.cs(247,7): error CS0619: 'Component.camera' is obsolete: 'Property camera has been deprecated. Use GetComponent() instead. (UnityUpgradable)' 
Is there a way you can either edit the last line of the log to display an indicator that the application is still running and hasn't received a log entry...
Would be nice to clean up stacktraces using this library (or you guys make plugin architecture for us to override stacktraces?) 
With unity it's very common for the first exception to be only one that truly needs fixing and a debounce time of 1 second doesn't really cut it, I'd use...
I don't want to use Application.logMessageReceivedThreaded or Application.logMessageReceived for exception reporting but instead use ILogHandler because it usually gives me access to a context UnityEngine.Object which I can collect additional...
Been trying for a week to get 7.1.0 to run in our current project. Any advice on how to fix this? java.lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider: androidx.startup.StartupException: java.lang.AbstractMethodError: abstract...
Using Sentry 1.5.2 on Android IL2CPP build Unity 2023.1.12f1 I'm getting a few of these reports. https://odd-games.sentry.io/share/issue/0696247855b64ca9b9b89104b37e9dd5/ ``` libil2cpp +0x36985d4 il2cpp::gc::GCHandle::GetTarget (GCHandle.cpp:267) Registers fp 0x0000007d00f03a20 lr 0x0000007cea7f029c pc 0x0000007ce6ac15d4 sp...
We need a way to disable auto login for firebase testlab and other automated testing services. I have to remove the plugin each time I want to test something, it's...