Skip to content

Instantly share code, notes, and snippets.

View John-O-Really's full-sized avatar

John O'Really John-O-Really

View GitHub Profile
@John-O-Really
John-O-Really / TextureArrayCreator.cs
Last active April 19, 2024 08:40 — forked from MephestoKhaan/TextureArrayCreator.cs
A quick wizard to create Texture Array assets from standard textures in unity, updated to use Graphics.CopyTexture for Unity URP, 2023.2
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using UnityEditorInternal;
namespace MK.Utilities
{
public class TextureArrayCreator : ScriptableWizard
{
[MenuItem("Window/Texture Array Creator")]