Simple Menu Controller
Simple Menu Controller streamlines UI navigation in Unity games with straightforward methods for opening, closing, and returning between menus. Designed for developers seeking a lightweight, easy-to-implement solution, it reduces boilerplate code and provides clear documentation and sample scenes to accelerate menu system development.
com.bencochoco.smc 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/smc.git README Markdown
Copy this to your project's README.md
## Installation
Add **Simple Menu Controller** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/smc.git
```
[](https://www.pkglnk.dev/pkg/smc)README
Unity-SimpleMenuController
A Unity package for Simple Menu Controller.
This package allows you to easily navigate through your menus with simple function as Open, Close and Return.
Check out the Wiki to see how to install the package and use it.
- The directory SimpleMenuController contains the main code of the Unity package.
- Documentation is available under the Documentation~ directory.
- Samples are available under the Samples~ directory.
- Other files are here to describe the package and it's changelog.
No comments yet. Be the first!