Skip to content

Instantly share code, notes, and snippets.

View danilodelponte's full-sized avatar

Danilo Delponte danilodelponte

View GitHub Profile
@danilodelponte
danilodelponte / LayerChangerEditor.cs
Created February 3, 2023 22:08
LayerChangerEditor
using System.IO;
using UnityEditor;
using UnityEngine;
public class LayerChangerEditor : EditorWindow
{
private int fromLayerIndex = 0;
private int toLayerIndex = 0;
private string[] layerNames;