Skip to content

Instantly share code, notes, and snippets.

View Bhushan-Kolhe's full-sized avatar
💡
Innovating

Bhushan Kolhe Bhushan-Kolhe

💡
Innovating
View GitHub Profile
@Bhushan-Kolhe
Bhushan-Kolhe / CircularMenu.cs
Last active August 25, 2023 17:34 — forked from alexanderameye/CircularMenu.cs
Circular menu for the Unity Editor
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Ameye.EditorUtilities.CircularMenu;
using UnityEditor;
using UnityEngine;
using UnityEngine.UIElements;
namespace Ameye.EditorUtilities.Editor.CircularMenu