No description
  • C# 95.1%
  • HTML 3.2%
  • HLSL 0.7%
  • ShaderLab 0.7%
  • GLSL 0.3%
Find a file
2026-03-24 18:09:11 +01:00
.vscode Initial Commit 2026-02-28 00:56:12 +01:00
Assets Added Nighttime Skybox 2026-03-24 18:09:11 +01:00
Packages PostProcessing: NightMode implemented 2026-02-28 03:39:38 +01:00
ProjectSettings Tablet Animation on Spawn (needs better solution) 2026-03-03 20:34:22 +01:00
UserSettings Added Nighttime Skybox 2026-03-24 18:09:11 +01:00
.gitignore Updated .gitignore 2026-02-28 02:04:31 +01:00
README.md Added README.md (Unity Setup for no-lag) 2026-03-03 17:36:44 +01:00

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