The following document outlines the two methods with which you can add the plugin release via the package manager.
-
From the Unity Editor, open the Package Manager.
Window -> Package Manager
. -
Click the
+
button in the top left of the window. -
Select
Add Package from Git URL
. -
Paste in
[email protected]:PlayEveryWare/eos_plugin_for_unity_upm.git
. -
After the package has finished installing, import the samples.
-
Finally, Configure the Plugin.
Note
For additional details, see the Unity Documentation for adding a UPM via Git URL.
-
Download the latest release UPM tarball,
"com.playeveryware.eos-[version].tgz"
(Releases).[!WARNING] Do not attempt to create a tarball yourself from the source, unless you know what you are doing with respect to Git LFS.
-
Move the downloaded tarball into your project folder, but outside of the
Assets
folder. -
From the Unity Editor, open the Package Manager via
Window -> Package Manager
. -
Click the
+
button in the top left of the window. -
Select
Add package from tarball
. -
Navigate to the directory containing the tarball, select and
Open
the tarball. -
After the package has finished installing, import the samples.
-
Finally, configure the plugin.
Note
For additional details, see the Unity Documentation for adding a UPM via Tarball.