Adding via Package Manager
August 25, 2026 ยท View on GitHub
The following document outlines the two methods with which you can add the plugin release via the package manager.
Adding the package from a git URL
-
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
https://github.com/EOS-Contrib/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.
Adding the package from a tarball
-
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
Assetsfolder. -
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
Openthe 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.