Skip to content

Installation

Getting Scriptable Values up and running in your Unity project is really easy! First you just need to pick how you want it to be installed.

There are two ways to install Scriptable Values via OpenUPM: using the OpenUPM CLI or using the Unity Package Manager.

If you have OpenUPM CLI installed, you can run the following command in your Unity project:

OpenUPM CLI
openupm add se.hertzole.scriptable-values
  1. Open Edit > Project Settings > Package Manager
  2. Add a new Scoped Registry (or edit an existing OpenUPM entry)
    Name: package.openupm.com
    URL: https://package.openupm.com
    Scopes: se.hertzole.scriptable-values
  3. Click Save or Apply Package manager scoped registry
  4. Open Window > Package Manager
  5. Click the + button in the top left corner and select Add package by name... or Add package from git URL...
  6. Enter se.hertzole.scriptable-values and click Add

You can also install Scriptable Values via Git URL. This is a good option if you want to use the latest version of Scriptable Values, but it is not recommended for production projects.

  1. Open Window > Package Manager

  2. Click the + button in the top left corner and select Add package from git URL...

  3. Paste in the decired URL and click Add
    For the latest stable version:

    https://github.com/Hertzole/scriptable-values.git#package

    For the latest preview (but unstable!) version:

    https://github.com/Hertzole/scriptable-values.git#dev-package
  4. Wait for the package to be installed