No description
- C# 95.1%
- HTML 3.2%
- HLSL 0.7%
- ShaderLab 0.7%
- GLSL 0.3%
| .vscode | ||
| Assets | ||
| Packages | ||
| ProjectSettings | ||
| UserSettings | ||
| .gitignore | ||
| README.md | ||
Project LM
How to setup Unity on Linux (CachyOS)
Glycin and btrfs's Copy-on-Write (CoW) cause a lot of issues on Unity (massive slowdown). In order to fix this, do this:
Disable CoW for Unity Folder:
chattr +C <directory of Unity Project>
Replace Glycin Libraries & Reload pixbuf cache:
paru -S gdk-pixbuf2-noglycin librsvg-noglycin
paru -S libheif-noglycin libavif-noglycin libjxl-noglycin
sudo gdk-pixbuf-query-loaders --update-cache