Skip to content

Instantly share code, notes, and snippets.

View R-Sudo's full-sized avatar

R-Sudo

View GitHub Profile
@R-Sudo
R-Sudo / PrefabEditEditorWindow.cs
Last active January 24, 2023 11:44
プレハブの一括操作・保存用エディタ拡張ウィンドウ
using System.IO;
using UnityEditor;
using UnityEngine;
using UnityEngine.UI;
namespace Editor
{
public class PrefabEditEditorWindow : EditorWindow
{
private DefaultAsset targetFolder;