Pie Pie Pie
Install via Unity Package Manager
Add to Unity Package Manager
Paste this URL into Unity's Window › Package Manager › + › Add package from git URL,
or click Install.
git
https://www.pkglnk.dev/pie.git Install 0
README
Rendered from GitHubunity-pie
This pacakge is an experimental pie menu for Unity
A
Press A for the Pie

UPM install via git url -> https://github.com/BennyKok/unity-pie.git
To try out the feel of the pie menu in unity you can try the probuilder pie integration package
UPM install via git url -> https://github.com/BennyKok/unity-pie-probuilder.git
API Examples
Just like Unity's MenuItemAttribute, instead you use PieMenu!!!
[PieMenu(path = "Selection/Object")]
public static void ObjectMode()
{
ProBuilderEditor.selectMode = SelectMode.Object;
}
[PieMenu(path = "New PolyShape")]
public static void PolyShape()
{
EditorApplication.ExecuteMenuItem("Tools/ProBuilder/Editors/New Poly Shape");
}
Explore
Feel free to check me out!! :)
Twitter | Website | AssetStore
Versions 0
No versions tracked yet.
Dependencies 0
No dependencies.
Changelog 0 releases
No changelog entries yet. Run the admin Changelog & Version Scanner to pull from the repository's CHANGELOG.md.
README Markdown
Copy this to your project's README.md
## Installation
Add **Pie** 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/pie.git
```
[](https://www.pkglnk.dev/pkg/pie)Embed badge README snippet
Markdown
[](https://www.pkglnk.dev/pkg/pie) HTML
<a href="https://www.pkglnk.dev/pkg/pie"><img src="https://www.pkglnk.dev/badge/pie.svg" alt="pkglnk installs"></a> URL
https://www.pkglnk.dev/badge/pie.svg Comments
No comments yet. Be the first!

Sign in to join the conversation
Sign In