Skip to content

Instantly share code, notes, and snippets.

View BlackBoxSimulations's full-sized avatar

BlackBox Realities BlackBoxSimulations

View GitHub Profile
@natsupy
natsupy / TextureTools.cs
Last active November 8, 2023 03:59
Crop and resize texture in unity editor! Open it: Press F1
using System.Collections.Generic;
using System.IO;
using System.Collections;
using UnityEditor;
using UnityEngine;
using System;
using System.Threading;
public class Utilities : EditorWindow
{