Skip to content

Commit 2691990

Browse files
author
game-workstore-bot
committed
Package Update 8.10.1
1 parent 01f0a9a commit 2691990

39 files changed

+2049
-2118
lines changed

CHANGELOG.md

Lines changed: 1665 additions & 1655 deletions
Large diffs are not rendered by default.

CHANGELOG.md.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Documentation~/index.md

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
1-
Get Started with Google Analytics for Firebase
2-
==============================================
3-
4-
Thank you for installing the Unity Google Analytics for Firebase SDK. The
5-
[Analytics guide](https://firebase.google.com/docs/analytics/unity/start)
6-
provides instructions to configure a Unity project.
7-
8-
# Overview
9-
10-
[Google Analytics for Firebase](https://firebase.google.com/products/analytics/)
11-
collects usage and behavior data for your game.
12-
13-
The SDK logs two primary types of information:
14-
* *Events*. What is happening in your game, such as user actions, system events,
15-
or errors.
16-
* *User properties*. Attributes you define to describe segments of your user
17-
base, such as language preference or geographic location.
18-
19-
Google Analytics automatically logs some events and user properties; you don't
20-
need to add any code to enable them. If your app needs to collect additional
21-
data, you can set up to 25 different Analytics user properties and log up to
22-
500 different Analytics event types in your app. There is no limit on the total
23-
volume of events your app logs.
24-
25-
# Using the Sample
26-
27-
This SDK is distributed with a sample project under the
28-
`Assets/Firebase/Sample/Analytics` directory. To configure and run the sample,
29-
follow the instructions in `Assets/Firebase/Sample/Analytics/readme.md`.
30-
31-
# Demos
32-
33-
[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo
34-
which showcases the integration of multiple Firebase features within a single
35-
game. The source is available on
36-
[GitHub](https://github.com/google/mechahamster), and the live application
37-
is available for iOS on the
38-
[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4)
39-
and for Android on the
40-
(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].
41-
42-
# Links
43-
44-
* [Homepage](https://firebase.google.com/games/)
45-
* [Contact](https://firebase.google.com/support/contact/)
46-
* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity)
47-
48-
# Discussion
49-
50-
* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase)
51-
* [Slack community](https://firebase-community.slack.com/)
52-
* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk)
53-
1+
Get Started with Google Analytics for Firebase
2+
==============================================
3+
4+
Thank you for installing the Unity Google Analytics for Firebase SDK. The
5+
[Analytics guide](https://firebase.google.com/docs/analytics/unity/start)
6+
provides instructions to configure a Unity project.
7+
8+
# Overview
9+
10+
[Google Analytics for Firebase](https://firebase.google.com/products/analytics/)
11+
collects usage and behavior data for your game.
12+
13+
The SDK logs two primary types of information:
14+
* *Events*. What is happening in your game, such as user actions, system events,
15+
or errors.
16+
* *User properties*. Attributes you define to describe segments of your user
17+
base, such as language preference or geographic location.
18+
19+
Google Analytics automatically logs some events and user properties; you don't
20+
need to add any code to enable them. If your app needs to collect additional
21+
data, you can set up to 25 different Analytics user properties and log up to
22+
500 different Analytics event types in your app. There is no limit on the total
23+
volume of events your app logs.
24+
25+
# Using the Sample
26+
27+
This SDK is distributed with a sample project under the
28+
`Assets/Firebase/Sample/Analytics` directory. To configure and run the sample,
29+
follow the instructions in `Assets/Firebase/Sample/Analytics/readme.md`.
30+
31+
# Demos
32+
33+
[Mecha Hamster](https://github.com/google/mechahamster) is provided as a demo
34+
which showcases the integration of multiple Firebase features within a single
35+
game. The source is available on
36+
[GitHub](https://github.com/google/mechahamster), and the live application
37+
is available for iOS on the
38+
[App Store](https://itunes.apple.com/us/app/mechahamster/id1286046770?mt=8&ign-mpt=uo%3D4)
39+
and for Android on the
40+
(Google Play Store)[https://play.google.com/store/apps/details?id=com.google.fpl.mechahamster&hl=en].
41+
42+
# Links
43+
44+
* [Homepage](https://firebase.google.com/games/)
45+
* [Contact](https://firebase.google.com/support/contact/)
46+
* [Unity Quickstart Samples](https://github.com/firebase/quickstart-unity)
47+
48+
# Discussion
49+
50+
* [Stack overflow](https://stackoverflow.com/questions/tagged/firebase)
51+
* [Slack community](https://firebase-community.slack.com/)
52+
* [Google groups](https://groups.google.com/forum/#!forum/firebase-talk)
53+
Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
<!-- Copyright (C) 2018 Google Inc. All Rights Reserved.
2-
3-
FirebaseAnalytics iOS and Android Dependencies.
4-
-->
5-
6-
<dependencies>
7-
<iosPods>
8-
<iosPod name="Firebase/Analytics" version="8.13.0" minTargetSdk="9.0">
9-
</iosPod>
10-
</iosPods>
11-
<androidPackages>
12-
<androidPackage spec="com.google.firebase:firebase-analytics:20.1.2">
13-
</androidPackage>
14-
<androidPackage spec="com.google.firebase:firebase-analytics-unity:8.9.0">
15-
<repositories>
16-
<repository>Assets/Firebase/m2repository</repository>
17-
</repositories>
18-
</androidPackage>
19-
</androidPackages>
20-
</dependencies>
21-
1+
<!-- Copyright (C) 2019 Google Inc. All Rights Reserved.
2+
3+
FirebaseAnalytics iOS and Android Dependencies.
4+
-->
5+
6+
<dependencies>
7+
<iosPods>
8+
<iosPod name="Firebase/Analytics" version="8.15.0" minTargetSdk="8.0">
9+
</iosPod>
10+
</iosPods>
11+
<androidPackages>
12+
<androidPackage spec="com.google.firebase:firebase-analytics:20.1.2">
13+
</androidPackage>
14+
<androidPackage spec="com.google.firebase:firebase-analytics-unity:8.10.1">
15+
<repositories>
16+
<repository>Assets/Firebase/m2repository</repository>
17+
</repositories>
18+
</androidPackage>
19+
</androidPackages>
20+
</dependencies>

Firebase/Editor/AnalyticsDependencies.xml.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Assets/Firebase/Editor/AnalyticsDependencies.xml
22
Assets/Firebase/Plugins/Firebase.Analytics.dll
3-
Assets/Firebase/Plugins/Firebase.Analytics.dll.mdb
3+
Assets/Firebase/Plugins/Firebase.Analytics.pdb
44
Assets/Firebase/Plugins/iOS/Firebase.Analytics.dll
5-
Assets/Firebase/Plugins/iOS/Firebase.Analytics.dll.mdb
5+
Assets/Firebase/Plugins/iOS/Firebase.Analytics.pdb
66
Assets/Firebase/Plugins/x86_64/FirebaseCppAnalytics.bundle
77
Assets/Firebase/Plugins/x86_64/FirebaseCppAnalytics.dll
88
Assets/Firebase/Plugins/x86_64/FirebaseCppAnalytics.so
9-
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/8.9.0/firebase-analytics-unity-8.9.0.pom
10-
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/8.9.0/firebase-analytics-unity-8.9.0.srcaar
9+
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/8.10.1/firebase-analytics-unity-8.10.1.pom
10+
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/8.10.1/firebase-analytics-unity-8.10.1.srcaar
1111
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/maven-metadata.xml
1212
Assets/Plugins/iOS/Firebase/libFirebaseCppAnalytics.a
1313
Assets/package.json

Firebase/Editor/FirebaseAnalytics_version-8.9.0_manifest.txt.meta renamed to Firebase/Editor/FirebaseAnalytics_version-8.10.1_manifest.txt.meta

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-5 KB
Binary file not shown.
-7.64 KB
Binary file not shown.

Firebase/Plugins/Firebase.Analytics.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)