2
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.7 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 开发环境
## step1 安装Unity Editor
1. 安装Unity Hub
[https://unity.cn/releases](https://unity.cn/releases)
点击安装:
![image-20220416010301358](assets/image-20220416010301358.png)
2. 安装版本`2020.3.7f1c1`
[https://unity.cn/release-notes/full/2020/2020.3.7f1 ](https://unity.cn/release-notes/full/2020/2020.3.7f1)
## step2 安装SVN工具
[https://tortoisesvn.net/downloads.html](https://tortoisesvn.net/downloads.html)
## step3 在SVN仓库注册
[https://svnbucket.com/](https://svnbucket.com/)
注册之后把账号给我,加仓库权限
## step4 拉取SVN仓库
`svn://svn.svnbucket.com/gitchend/Mahogany/`
小乌龟(tortoisesvn)安装完毕后在系统的文件浏览器点右键会出现svn选单
![image-20220416010743760](assets/image-20220416010743760.png)
点击`SVN Checkout`复制上面的链接,然后检出整个仓库。仓库目录如下:
![image-20220416011002773](assets/image-20220416011002773.png)
## step5 打开客户端工程
unity安装完成后进入unity hub从磁盘导入项目
![image-20220416011142590](assets/image-20220416011142590.png)
选择客户端路径
![image-20220416011215032](assets/image-20220416011215032.png)
进入项目后找到游戏的入口场景,然后点播放,即可进入游戏。
![image-20220416011333665](assets/image-20220416011333665.png)
## step6 其他需要的软件
1. Aseprite像素画软件 steam上可以买
2. Articy Draft配置档管理工具steam上可以买
3. FairyGUI编辑器编辑UI的工具
[下载](http://res.fairygui.com/FairyGUI-Editor_3_10_7_win64.zip)