Google firebase analytics plugin for unity

前端 未结 2 1013
自闭症患者
自闭症患者 2020-12-17 05:56

Google recently launched firebase analytics for iOS and android, which is great and I want to use it in my android game made in unity3d 5.4b19. I tried to build a plugin for

相关标签:
2条回答
  • 2020-12-17 06:24

    You need to add this files to the plugin/android folder: http://joxi.ru/Q2KeQD7C3zdYrj . after that your sdk will work fine.

    P.S. I dont understand why log event doesn't work, maybe need to wait. I think, google json file will setting the app, but package name of sdk module and unity app package name need to equal

    0 讨论(0)
  • 2020-12-17 06:43

    Update 31/11/16

    Now you can do this from this unitypackage

    I extracted all required jar file from SDK folder. It is all there inside Extra folder. Now it is working perfectly fine.

    Update: Few people have requested me to post the whole process. So here is the overview of how I got firebase working in the unity. These are basically snapshots I have taken during the process for record.

    Download jar files from here if have trouble finding them

    I hope this much information will be enough for you to get started. If you need any other information then please comment.

    0 讨论(0)
提交回复
热议问题