GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
步骤1:创建GitHub仓库 首先,你需要在GitHub上创建一个仓库用于存储Unity项目的代码。可以直接在GitHub的网页上创建仓库,也可以使用git命令行工具来创建。 步骤2:安装Git 在使用GitHub之前,需要在电脑上安装Git工具。在Windows上,可以从Git官方网站下载安装包,然后按照安装向导进行安装。在Mac上,可以使用Homebrew命令行工具...
项目链接:https://github.com/OpenRA/OpenRA5.《Wyrmsun》 - 一个开源的即时战略游戏,玩家需要管理...
第一步,配置好git与github仓库 1.由于我们是使用ubuntu16.04,git一般已经给我们装好了,如果没装好,就得安装: AI检测代码解析 sudo apt-get install git 1. 2.配置ssh秘钥: AI检测代码解析 ssh-keygen -t rsa -C "自己的github邮箱" 1. 然后会提示你key的保存地址,确定保存地址以后,还要输入这个文件夹的加...
1.登录Github官网,注册登录 2.点击New Repository创建新的存储库。填写存储库名称 描述(选填)公有(...
在GitHub上创建个人仓库(Repositories) 使用Git客户端设置SSH key 上传本地项目到GitHub 一、在GitHub上创建个人仓库。 首先登陆GitHub官网(https:// ),登陆自己的账号。没有的话使用邮箱注册一个就好了。登陆之后,有两个方法创建: 1、在右上角有一个小加号,点击小加号,选择第一个选项(New repository),就会直接弹...
·SSAO -https://github.com/keijiro/KinoObscurance ·布卢姆 -https://github.com/keijiro/KinoBloom ·SMAA -https://github.com/Chman/SMAA-Unity ·屏幕水滴,模糊,油漆,像素,颜色 -https://github.com/QianMo/Awesome-Unity-Shader ·时间重复投影反锯齿 -https://github.com/playdeadgames/temporal ...
SSAO –https://github.com/keijiro/KinoObscurance Bloom –https://github.com/keijiro/KinoBloom SMAA –https://github.com/Chman/SMAA-Unity Screen water drop, Blur, Oil Paint, Pixel, Color-https://github.com/QianMo/Awesome-Unity-Shader
因此,我们可以通过git的.gitignore文件来将不需要被git管理的文件/文件夹添加到忽略列表。下面是github提供的一份适用于Unity项目的.gitignore文件列表。 /[Ll]ibrary//[Tt]emp//[Oo]bj//[Bb]uild//[Bb]uilds//Assets/AssetStoreTools*# Autogenerated VS/MD/Consulo solution and project filesExportedObj/....