Installation

Requirements

Game engine support

coherence currently supports Unity. For custom engine integration, please contact our developer relations team. For updates regarding Unreal Engine support, please check the Unreal Engine support page.

For custom engine integration, please contact our developer relations team.

Unity requirements

  • Unity 2020 LTS or 2021 LTS (2020.3.36f1 or later).

  • A Windows, Linux or macOS system.

Video Tutorial

Unity Package Manager

1. Add the Scoped Registry

First, open Unity's Project Settings.

Under Package Manager, add a new Scoped Registry with the following information:

  • Name: coherence

  • URL: https://registry.npmjs.org

  • Scope(s): io.coherence.sdk

  • Enable Preview / Pre-release Packages: yes

Package Manager Advanced Settings

2. Install coherence

Now open the Window / Package Manager.

Select My Registries in the Packages dropdown.

Under coherence, click Install.

Alternative method: edit manifest.json manually

Refer to Unity's instructions on modifying your project manifest.

Edit <project-path>/Packages/manifest.json.

Add an entry for the coherence sdk on the dependencies object, and for the scoped registry in the scopedRegistries array:

You will then see the package in the Package Manager under My Registries.

Last updated

Was this helpful?