Skip to content

Instantly share code, notes, and snippets.

View kschingiz's full-sized avatar
🏠
Working from home

Shynggys Kengessov kschingiz

🏠
Working from home
View GitHub Profile
using UnityEngine;
using System.Collections.Generic;
using UnityEditor;
using System.Text.RegularExpressions;
using System.IO;
using System.Text;
public class DLLReimporter
{
[MenuItem( "Assets/DLL Reimporter", false, 100 )]