How to get Started
Installation
Unity Package
- First thing you need to do is download the latest version of
Glacierfrom Releases. - Once you download the latest
Unity Package(i.e.glacier-unity-1-0-27.unitypackage), open up yourUnityproject from which you want to importGlacier. - ....
Unity Package Manager
- Make sure you have access to the
GitHubrepository and have yourSSHkey already set. - In your
Unityproject folder, openPackagesfolder and editmanifest.jsonfile. - Add this:
"git@github.com:snowblinkstudios/glacier-unity.git#master".git#master - Save and refresh your
Unityeditor.