Skip to content

Using CSP For Unity

Sam Birley edited this page Sep 27, 2023 · 2 revisions

Here, we cover the basics required to install the CSP package in your own Unity project. CSP packages are hosted on npmjs and this page will show you how to reference those packages from the Unity Package Manager.

Package Installation Steps

  1. Navigate to your project's Project Settings.
  2. Select the Package Manager option.
  3. Add a new Scoped Registry with the following details:

Name npmjs
URL https://registry.npmjs.org
Scope(s) connected-spaces-platform

  1. Save the new scoped registry.

image

  1. Navigate to the Package Manager window via Window->Package Manager
  2. From the Packages dropdown, select the My Registries option.

image

  1. From the Other category, selected the connected-spaces-platform.unity.core package.
  2. Select Install to add the latest version of the package to your project.

image

Clone this wiki locally