Skip to content

Instantly share code, notes, and snippets.

@yasirkula
yasirkula / BoxColliderWizard.cs
Last active October 30, 2024 02:16
Creating & editing BoxColliders intuitively in Unity
#if UNITY_EDITOR
using System.Collections.Generic;
using System.Reflection;
using UnityEditor;
using UnityEditor.IMGUI.Controls;
using UnityEngine.Rendering;
#endif
using UnityEngine;
public class BoxColliderWizard : MonoBehaviour