Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 2.43 KB

add_plugin.md

File metadata and controls

50 lines (30 loc) · 2.43 KB

Readme

Adding via Package Manager

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

  1. Install git and git-lfs.

  2. From the Unity Editor, open the Package Manager. Window -> Package Manager.

    unity tools package manager

  3. Click the + button in the top left of the window.

    Unity Add Git Package

  4. Select Add Package from Git URL.

  5. Paste in [email protected]:PlayEveryWare/eos_plugin_for_unity_upm.git.

  6. After the package has finished installing, import the samples.

  7. 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

  1. 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.

  2. Move the downloaded tarball into your project folder, but outside of the Assets folder.

  3. From the Unity Editor, open the Package Manager via Window -> Package Manager.

    unity tools package manager

  4. Click the + button in the top left of the window.

    Unity Add Tarball Package

  5. Select Add package from tarball.

  6. Navigate to the directory containing the tarball, select and Open the tarball.

  7. After the package has finished installing, import the samples.

  8. Finally, configure the plugin.

Note

For additional details, see the Unity Documentation for adding a UPM via Tarball.