All Questions
Tagged with google-fabric unity3d
31
questions
2
votes
1
answer
443
views
Can't Init Crashlytics/Fabric in Unity
I am trying to integrate Fabric into our Unity (2019.1.1f1) project but I am getting an error message at runtime when running in the editor:
[Fabric] Couldn't find Crashlytics's GameObject
I ...
1
vote
0
answers
460
views
How to treat unmanaged (Unity) exceptions as "crashes" instead of "non-fatals" in Crashlytics
We use Unity 2018.1.6f1 and apparently Crashlytics 2.6.8 (sorry for being so imprecise, I can't find the version number anywhere except of Plugins/Android/crashlytics/libs/crashlytics-2.6.8.jar giving ...
2
votes
1
answer
196
views
Add a Unity app to new fabric organization, existing firebase project
I have the fabric plugin installed in my Unity project. I set it up and had it tracking an Android install, yesterday. I then deleted the organization in fabric (because I was having trouble linking ...
3
votes
0
answers
826
views
Fabric/Crashlytics crashing APK game. Cannot integrate in Unity 2018
I have a Unity (2018.2.6f1) game project which has a few plugins like Admob, Facebook Audience Network, Applovin, Flurry Analytics, and AppsFlyer analytics. I am building for Android.
Everything ...
0
votes
1
answer
225
views
Unable to integrate Fabric on latest Unity 2018.2
We have been using fabric for last one year on Unity to measure crash rates and to report retention numbers. Recently Unity has released a new version 2018.2, post which we are not able to integrate ...
0
votes
1
answer
115
views
Where is Unity Fabric verions?
I want check Unity Fabric's verion which insatalled in my project.
I not found it in Website, Unity project folder, Unity Menu, Unity Inspector window.
Wherever Fabric version?
0
votes
0
answers
53
views
Fabric can't see any but any errors&crashes&non fatals on dashboard
I have just installed Fabric to my unity project succesfully and I can get active-users information clearly. But I cannot even see any crash reports on dashboard. I just tried all exception styles ...
0
votes
0
answers
129
views
Fabric integration in android project which contains unity .aar project
I have developed android app and fabric implemented for trace crashlytics, its working fine.In that project added unity game as a .AAR dependency file. Game also working fine. Game start's from ...
10
votes
2
answers
1k
views
Unity Fabric/Crashytics integration failure
I'm having trouble integrating the Fabric package into my unity project.
After I've imported the latest package version 1.2.8. I can sign in to Fabric, select my organisation and select Crashlytics ...
0
votes
0
answers
896
views
crashlytics Unity iOS : Crashed: com.apple.main-thread EXC_BAD_ACCESS KERN_INVALID_ADDRESS
Our game crashed twice for iPhone X user in the past day and honestly i have no idea on how to even start reading the crash log, here is the full log :
https://pastebin.com/z1rGYSXR
(some of it ...
0
votes
1
answer
623
views
Removing fabric from unity altering AndroidManifest
When taking out fabric from a unity build I could not find any resources on the website, there were only iOS and Android. I took out all file out. What do I need to do to the android manifest to make ...
0
votes
0
answers
224
views
Fabric Unity3d Dashboard
The problem is that I can't get into the dashboard of Fabric.
Even I Didn't get a API key. Everytime I go to the website of fabric it will go to https://www.fabric.io/onboard and i have to install it,...
1
vote
1
answer
852
views
Unity Nothing to import when importing lastest Fabric version
When Importing Fabric .unitypackage
I get an empty importing window from Unity
The packet seems to be empty.
This is done on a completely new project. Unity version 2017.1.0p5 (Windows)
I cannot ...
0
votes
0
answers
95
views
Fabric.unitypackage into my project. ios xcode build error
Please refer to my picture.
mac os : high sierra 10.13.2
xcode : 9.2
unity : 5.6.4p4
Please save my day :(
0
votes
0
answers
521
views
Fabric On Unity: the crash method throws ClassNotFoundException
I Use Unity 2017.1.0p5 compiling for Android with Gradle+Proguard.
Also Fabric with Crashlytics.
NonFatals seems to be OK and are thrown to the dashboard nicely.
But i've been trying to Crash the app ...