Skip to main content

How to get Started

Installation

Unity Package (not yet available)

  1. First thing you need to do is download the latest version of Glacier from Releases.
  2. Once you download the latest Unity Package (i.e. glacier-unity-1-0-27.unitypackage), open up your Unity project from which you want to import Glacier.
  3. ....

Unity Package Manager

  1. Make sure you have access to the GitHub repository with your SSH key already set.
  2. In your Unity project folder, open Packages folder and edit manifest.json file.
  3. Add this:
{
  "dependencies": {
     "com.snowblinkstudios.glacier": "git@github.com:snowblinkstudios/glacier-unity.git#develop",
     ...
     ...
  }
}
  1. Save and refresh your Unity editor.