How to get Started
Installation
Unity Package
- First thing you need to do is download the latest version of
Glacier from Releases.
- 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.
- ....
Unity Package Manager
- Make sure you have access to the
GitHub repository and have your SSH key already set.
- In your
Unity project folder, open Packages folder and edit manifest.json file.
- Add this:
{
"dependencies": {
"com.snowblinkstudios.glacier": "git@github.com:snowblinkstudios/glacier-unity.git#master",
...
...
}
}
- Save and refresh your
Unity editor.