1.截图软件:SETUNA
打开后按ctrl+1即可截图,截出来的图可拖动可保存
2.录制gif工具:ScreenToGif
3.sublime text 3配置lua运行环境:https://www.cnblogs.com/liangjf/p/9030831.html
过滤文件:https://blog.csdn.net/baidu_39447417/article/details/78280675
4.vs编写shader的语法提示和高亮插件:https://github.com/wudixiaop/ShaderlabVS/releases
5.GitHub桌面版
下载:https://desktop.github.com/
教程:https://blog.csdn.net/qq_32690999/article/details/77504033#将仓库中的代码下载到本地-clone-github-project-to-local-repository
.gitignore文件的生成:如下,点击后会在根目录自动生成1个.gitignore文件
提交时忽略指定文件或文件夹:https://blog.csdn.net/vansal/article/details/88208848
.gitignore文件不生效的处理:先下载并安装Git Shell:http://github-windows.s3.amazonaws.com/GitHubSetup.exe,打开Git Shell,输入cd 本地仓库路径,来进入本地仓库。然后参考链接:https://blog.csdn.net/u014103733/article/details/80896113,依次输入这几条命令即可
6.win10
显示隐藏文件:https://jingyan.baidu.com/article/acf728fd2853fef8e410a37f.html
显示文件后缀:https://jingyan.baidu.com/article/d169e1860feb93436611d800.html
7.sublime text 3配置python运行环境:https://blog.csdn.net/Shenpibaipao/article/details/80232307