Skip to content

Instantly share code, notes, and snippets.

View motz61's full-sized avatar
🤧
Out sick

Moţ motz61

🤧
Out sick
View GitHub Profile
@yasirkula
yasirkula / ConvertTexturesToPNG.cs
Last active February 2, 2026 17:31
Convert all TGA, TIFF, PSD and BMP (customizable) Textures to PNG to reduce the project size without any quality loss in Unity
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Text;
using UnityEditor;
using UnityEngine;
using Debug = UnityEngine.Debug;
using Object = UnityEngine.Object;
@simonrenger
simonrenger / memoy_managment_cpp_resource_list.md
Last active January 28, 2026 05:05
C++ Memory Management Resource List
@Srfigie
Srfigie / .gitattributes
Created February 2, 2020 14:30 — forked from nemotoo/.gitattributes
.gitattributes for Unity3D with git-lfs
## Unity ##
*.cs diff=csharp text
*.cginc text
*.shader text
*.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf
*.unity merge=unityyamlmerge eol=lf
*.prefab merge=unityyamlmerge eol=lf