https://github.com/fuqunaga/nesteddropdownmenu
Nested dropdown menus built with Unity UI Toolkit's GenericDropdownMenu, supporting runtime operations.
https://github.com/fuqunaga/nesteddropdownmenu
dropdown-menus uitoolkit unity unity3d
Last synced: 10 months ago
JSON representation
Nested dropdown menus built with Unity UI Toolkit's GenericDropdownMenu, supporting runtime operations.
- Host: GitHub
- URL: https://github.com/fuqunaga/nesteddropdownmenu
- Owner: fuqunaga
- License: mit
- Created: 2025-08-04T10:16:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T03:12:55.000Z (10 months ago)
- Last Synced: 2025-08-21T05:39:00.667Z (10 months ago)
- Topics: dropdown-menus, uitoolkit, unity, unity3d
- Language: C#
- Homepage:
- Size: 101 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NestedDropdownMenu
[](https://badge.fury.io/js/ga.fuquna.nested-dropdown-menu)
[](https://openupm.com/packages/ga.fuquna.nested-dropdown-menu/)
Nested dropdown menus built with Unity UI Toolkit's GenericDropdownMenu, supporting runtime operations.
EditorWindow

Runtime

# Installation
### 1. Set Up the Scoped Registry
1. Open Unity Editor and go to `Edit > Project Settings`.
2. Select `Package Manager` from the left panel.
3. In `Scoped Registries`, enter the following:
- **Name**: `fuqunaga`
- **URL**: `https://registry.npmjs.com` or `https://package.openupm.com`
- **Scope(s)**: `ga.fuquna`
4. Click **Apply**.
### 2. Install via Package Manager
1. Go to `Window > Pacakge Management > Package Manager` to open the Package Manager window.
2. Switch to the `My Registries.
3. Find `NestedDropdownMenu` and click **Install**.
# License
This project is licensed under the MIT.
This project uses 'chevron_right' from Google's Material Symbols.
For the specific license information regarding this icon, please see the [NOTICE file](NOTICE).