Skip to content

Instantly share code, notes, and snippets.

View RoBit666's full-sized avatar
🤔

Александр RoBit666

🤔
View GitHub Profile
@yasirkula
yasirkula / UnitypackageExtractor.cs
Last active July 8, 2024 21:35
Extract a .unitypackage to any directory (even outside the project folder) from within Unity
#define STOP_EXTRACTION_WHEN_WINDOW_CLOSED
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Reflection;
using System.Text;
using System.Threading;
using UnityEditor;