diff --git a/README.md b/README.md index f8ed521..f7967ec 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,15 @@ Plugins for a Unity project use the following folder structure: ## Installation -#### Building the ACPCore Unity Package -1. Clone the [ACPCore Unity repository](https://github.com/adobe/unity-acpcore). -2. In the root directory, run the following command to build the ACPCore Unity package: - `make release` -3. Import `ACPCore.unitypackage` via Assets-Import Package from `bin -> build_temp -> ACPCore-1.0.0-Unity -> ACPCore` folder. - -#### Building the AEPAssurance Unity Package -1. Clone the current repository. -2. In the root directory, run the following command to build the AEPAssurance Unity package: - `make release` -3. Import `AEPAssurance.unitypackage` via Assets-Import Package from `bin -> build_temp -> AEPAssurance-1.0.0-Unity -> AEPAssurance` folder. +#### Installing the ACPCore Unity Package +- Download [ACPCore-1.0.1-Unity.zip](https://github.com/adobe/unity-acpcore/tree/master/bin/ACPCore-1.0.1-Unity.zip) +- Unzip `ACPCore-1.0.1-Unity.zip` +- Import `ACPCore.unitypackage` via Assets->Import Package + +#### Installing the AEPAssurance Unity Package +- Download [AEPAssurance-1.0.0-Unity.zip](./bin/AEPAssurance-1.0.0-Unity.zip) +- Unzip `AEPAssurance-1.0.0-Unity.zip` +- Import `AEPAssurance.unitypackage` via Assets-Import Package #### Android installation No additional steps are required for Android installation. diff --git a/bin/AEPAssurance-1.0.0-Unity.zip b/bin/AEPAssurance-1.0.0-Unity.zip new file mode 100644 index 0000000..e614d26 Binary files /dev/null and b/bin/AEPAssurance-1.0.0-Unity.zip differ