# Installtion

修改Packages目录下的manifest.json文件，在dependencies下添加：

## Github
开发环境
```
    "com.mogafa.common": "ssh://git@github.com/mogafa/unity-common.git#upm_dev",
```
正式环境
```
    "com.mogafa.common": "ssh://git@github.com/mogafa/unity-common.git#upm_main",
```

## Aliyun
开发环境
```
    "com.mogafa.common": "ssh://git@code.aliyun.com/mogafa/unity-common.git#upm_dev",
```
正式环境
```
    "com.mogafa.common": "ssh://git@code.aliyun.com/mogafa/unity-common.git#upm_main",
```