tamv-ika
tamv-ika
I use Unity 2019.4 I also added to the list, with other type like string, double or other class it work fine but with int value it throw eception. I...
I did same as example, the weird thing is other type work fine but it failed with int param and enum :(
Here is my configure list ` [CSharpCallLua] public static List csharpCallLua = new List() { typeof(System.Net.Security.RemoteCertificateValidationCallback), typeof(Test.MyDelegateStr), typeof(Test.MyDelegateInt), typeof(Test.MyDelegateDouble), typeof(EventHandler), typeof(Action), typeof(Action), typeof(Action), typeof(Action), typeof(UnityEngine.Events.UnityAction), typeof(System.Collections.IEnumerator) };` the `Action` is...
Of course, I cleared and re-generated code but it’s still fail
HI @rizafran, this issue is reported from firebase crashlytics. The version shipped with our products is 8.15.0, I haven't updated the SDK to the lastest, so I don't know does...
@rizafran for now, I can't reproduce this crash in our enviroment, none of this crash has been reported when we were developing or testing. This crash happen to the published...
@visumickey Thanks for investigating. The crash that I grabbed is from Crashlytics, it's unable to get all threads' stack trace at the time of crash. If your theory is right,...
Hi @rizafran, as I mentioned on the #10522, both issues are reported from firebase Crashlytics and run on version 8.15.0. And I havent update to the lastest SDK version. So...
@visumickey, thanks for sharing the information. I don't have full snapshot of the application stack trace at the time of crash. I also look at the crashed line you found,...