Skip to content

Instantly share code, notes, and snippets.

using UnityEditor;
using UnityEngine;
public class ReplacerWizard : ScriptableWizard
{
[SerializeField] private GameObject prefab = null;
[MenuItem("Tools/Replacer")]
static void CreateWizard()
{