From 8158b3527f47eb4773314fe108f114351aaa2d91 Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Tue, 25 Jan 2022 14:58:36 -0500 Subject: [PATCH] Update README.md Add instructions to install via OpenUPM --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fba8bc..2171a03 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,22 @@ # Official Amplitude Unity Plugin A plugin to simplify the integration of [Amplitude](https://www.amplitude.com) iOS and Android SDKs into your Unity project. This respository also contains a sample project with the Unity plugin integrated. -## Installation and Quick Start +## Installation +Installing the plugin using the Unity Package Manager is the simplest way to install. + +[![openupm](https://img.shields.io/npm/v/com.amplitude.unityplugin?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.amplitude.unityplugin/) + +1. Open your project settings and select the Package Manager. +2. Add a new scoped registry: +``` +Name: OpenUPM +URL: https://package.openupm.com +scope(s): com.amplitude +``` +3. Open the Package Manager, and look for packages in "My Registries" +4. Add the Amplitude package + +## Quick Start Please visit our :100:[Developer Center](https://developers.amplitude.com/docs/unity) for instructions on installing and using our the SDK. ## Changelog