@@ -51,13 +51,7 @@ with the
51
51
- Import the ` Firebase Analytics ` plugin.
52
52
- Select the ** Assets > Import Package > Custom Package** menu item.
53
53
- From the [ Firebase Unity SDK] ( https://firebase.google.com/download/unity )
54
- downloaded previously, import ` FirebaseAnalytics.unitypackage ` from the
55
- directory that matches the version of Unity you use:
56
- - Unity 5.x and earlier use the .NET 3.x framework, so you need to
57
- import the ` dotnet3/FirebaseAnalytics.unitypackage ` package .
58
- - Unity 2017.x and newer allow the use of the .NET 4.x framework. If
59
- your project is configured to use .NET 4.x, import the
60
- ` dotnet4/FirebaseAnalytics.unitypackage ` package.
54
+ downloaded previously, import ` FirebaseAnalytics.unitypackage ` .
61
55
- When the ** Import Unity Package** window appears, click the ** Import**
62
56
button.
63
57
- Add the ` GoogleService-Info.plist ` file to the project.
@@ -143,13 +137,7 @@ with the
143
137
- Import the `Firebase Analytics` plugin.
144
138
- Select the **Assets > Import Package > Custom Package** menu item.
145
139
- From the [Firebase Unity SDK](https://firebase.google.com/download/unity)
146
- downloaded previously, import `FirebaseAnalytics.unitypackage` from the
147
- directory that matches the version of Unity you use:
148
- - Unity 5.x and earlier use the .NET 3.x framework, so you need to
149
- import the `dotnet3/FirebaseAnalytics.unitypackage` package .
150
- - Unity 2017.x and newer allow the use of the .NET 4.x framework. If
151
- your project is configured to use .NET 4.x, import the
152
- `dotnet4/FirebaseAnalytics.unitypackage` package.
140
+ downloaded previously, import `FirebaseAnalytics.unitypackage`.
153
141
- When the **Import Unity Package** window appears, click the **Import**
154
142
button.
155
143
- Add the `google-services.json` file to the project.
0 commit comments