API v1 checking… · p50 — · 0 installs/hr
v0.10.0
Package
View on GitHub
BennyKok
New
60 0

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
Package ID com.bennykok.pie · Updated Apr 29, 2026
Install 0

README

Rendered from GitHub

unity-pie

This pacakge is an experimental pie menu for Unity

A

Press A for the Pie

Imgur

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

Style
Preview
pkglnk installs badge
## 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
```

[![pkglnk](https://www.pkglnk.dev/badge/pie.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/pie)
Embed badge README snippet
Markdown
[![pkglnk installs](https://www.pkglnk.dev/badge/pie.svg)](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!