Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
coherence currently supports Unity. For custom engine integration,. For updates regarding Unreal Engine support, please check the page.
Latest are officially supported.
The minimum supported Unity LTS versions are:
2021.3.18+
2022.2.5+
Name: coherence
URL: https://registry.npmjs.org
Scope(s): io.coherence.sdk
Now open Window > Package Manager. Select My Registries in the Packages dropdown.
Highlight the coherence package, and click Install.
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.
When you successfully install the coherence SDK the Welcome Window will show.
First, go to Edit > Project Settings. Under , add a new Scoped Registry with the following information:
Refer to Unity's instructions on .