Skip to content

Instantly share code, notes, and snippets.

@KumoKyaku
KumoKyaku / .gitignore
Last active January 25, 2024 02:56
Unity Project GitIgnore
# 2024-01-25
# ** match folder and sub folder
# unity project gitignore
**/[Ll]ibrary/
**/[Ll]ogs/
**/UIElementsSchema/
**/ExportedObj/
**/[Tt][Ee][Mm][Pp]/
@KumoKyaku
KumoKyaku / .gitattributes
Last active January 29, 2023 03:29
unity project git lfs settings
# git-lfs
* text=auto
## Unity
*.prefab filter=lfs diff=lfs merge=unityyamlmerge -text
*.unity filter=lfs diff=lfs merge=unityyamlmerge -text
*.unitypackage filter=lfs diff=lfs merge=unityyamlmerge -text
*LightingData*.asset filter=lfs diff=lfs merge=unityyamlmerge -text
*LightmapSnapshot.asset filter=lfs diff=lfs merge=unityyamlmerge -text
*Terrain*.asset filter=lfs diff=lfs merge=unityyamlmerge -text
"spacenavigator": "https://github.com/0x3f3f3f3f/SpaceNavigator.git#upm",
@KumoKyaku
KumoKyaku / Program.cs
Created May 16, 2019 02:26
测试系统时间精度
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;