VSCode使用Git
安装 VSCode,安装 Git,安装Unity Hub,安装Unity Editor
以上四个工具的百度网盘下载地址
链接:https://pan.baidu.com/s/16jcpqLe2Kp7g5kCXOK1XyA?pwd=1111
提取码:1111
gitee 上面添加 vscode-git 仓库,然后将仓库下载到本地
git clone https://gitee.com/nbda1121440/vscode-git-test.git
git config --global user.name "hellozjf"
git config --global user.email "908686171@qq.com"
修改 .gitignore,去掉 UserSettings,添加 .vscode
新建一个 Unity 工程,将 Assets、Packages、ProjectSettings、UserSettings 这四个文件夹复制到 git 仓库,然后通过 vscode 的 git 插件进行 commit & push
提交完毕之后,gitee 上面的仓库就会和本地仓库的内容一致了