How to get Started
Installation
Unity Package (not yet available)
- 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 with 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#develop",
...
...
}
}
- Save and refresh your
Unity editor.