An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# NestedDropdownMenu

[![npm version](https://badge.fury.io/js/ga.fuquna.nested-dropdown-menu.svg)](https://badge.fury.io/js/ga.fuquna.nested-dropdown-menu)
[![openupm](https://img.shields.io/npm/v/ga.fuquna.nested-dropdown-menu?label=openupm&registry_uri=https://package.openupm.com)](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).