Context Circle Menu is Unity tool that allows users to open a circular menu in the Scene view to quickly execute user-defined methods, enhancing workf

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-04-26 06:00:05

Context Circle Menu is Unity tool that allows users to open a circular menu in the Scene view to quickly execute user-defined methods, enhancing workflow efficiency.

Context Circle Menu is a simple open-source tool for Unity. It lets users open a circular menu in the Scene view or as a standalone VisualElement. This menu makes it easy to quickly use your own methods, helping you work faster by avoiding complex menus. Perfect for developers wanting to manage their scenes better and save time, Context Circle Menu is flexible and easy to use.

First, you need to create a FolderMenu that extends CircleMenu. You can create buttons freely in CreateButtons. Please refer to FolderCircleMenu.cs for detailed code.

Next, create a FolderMenuFactory that implements IFolderCircleMenuFactory. Please refer to CircleMenuFactory for detailed code.

Leave a Comment