@@ -51,13 +51,7 @@ with the
5151 - Import the ` Firebase Analytics ` plugin.
5252 - Select the ** Assets > Import Package > Custom Package** menu item.
5353 - 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 ` .
6155 - When the ** Import Unity Package** window appears, click the ** Import**
6256 button.
6357 - Add the ` GoogleService-Info.plist ` file to the project.
@@ -143,13 +137,7 @@ with the
143137 - Import the `Firebase Analytics` plugin.
144138 - Select the **Assets > Import Package > Custom Package** menu item.
145139 - 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`.
153141 - When the **Import Unity Package** window appears, click the **Import**
154142 button.
155143 - Add the `google-services.json` file to the project.
0 commit comments