{"id":19760767,"url":"https://github.com/stansassets/com.stansassets.marking-menu","last_synced_at":"2026-05-01T20:32:36.969Z","repository":{"id":47181101,"uuid":"247355909","full_name":"StansAssets/com.stansassets.marking-menu","owner":"StansAssets","description":"Open source product allows configure scene view, to access to the context menu in the Editor","archived":false,"fork":false,"pushed_at":"2021-10-26T13:28:21.000Z","size":143,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-26T20:04:03.190Z","etag":null,"topics":["editor","extension","npm","openupm","package","stansassets","unity","unity3d","utility-library"],"latest_commit_sha":null,"homepage":"http://stansassets.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StansAssets.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-14T21:28:11.000Z","updated_at":"2022-08-09T20:28:38.000Z","dependencies_parsed_at":"2022-07-24T23:46:33.940Z","dependency_job_id":null,"html_url":"https://github.com/StansAssets/com.stansassets.marking-menu","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.marking-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.marking-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.marking-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.marking-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StansAssets","download_url":"https://codeload.github.com/StansAssets/com.stansassets.marking-menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241090660,"owners_count":19907993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editor","extension","npm","openupm","package","stansassets","unity","unity3d","utility-library"],"created_at":"2024-11-12T03:38:34.791Z","updated_at":"2025-11-22T20:02:10.440Z","avatar_url":"https://github.com/StansAssets.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marking Menu\nMarking Menu is a commonly used radial menu that gives you a TON of quick access functionality for your project. Setup project-related actions and speed up the development process in a few lines of code.\n\n[![NPM Package](https://img.shields.io/npm/v/com.stansassets.marking-menu)](https://www.npmjs.com/package/com.stansassets.marking-menu)\n[![openupm](https://img.shields.io/npm/v/com.stansassets.marking-menu?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.stansassets.marking-menu/)\n[![Licence](https://img.shields.io/npm/l/com.stansassets.marking-menu)](https://github.com/StansAssets/com.stansassets.marking-menu/blob/master/LICENSE)\n[![Issues](https://img.shields.io/github/issues/StansAssets/com.stansassets.marking-menu)](https://github.com/StansAssets/com.stansassets.marking-menu/issues)\n\n\n[Wiki](https://github.com/StansAssets/com.stansassets.marking-menu/wiki)\n\n#### Quick links to explore the library:\n* [Start using.](https://github.com/StansAssets/com.stansassets.marking-menu/wiki/Start-Using) Required setup steps\n* [Setup.](https://github.com/StansAssets/com.stansassets.marking-menu/wiki/Setup) Required setup steps\n\n\n### Install from NPM\n* Navigate to the `Packages` directory of your project.\n* Adjust the [project manifest file](https://docs.unity3d.com/Manual/upm-manifestPrj.html) `manifest.json` in a text editor.\n* Ensure `https://registry.npmjs.org/` is part of `scopedRegistries`.\n  * Ensure `com.stansassets` is part of `scopes`.\n  * Add `com.stansassets.marking-menu` to the `dependencies`, stating the latest version.\n\nA minimal example ends up looking like this. Please note that the version `X.Y.Z` stated here is to be replaced with [the latest released version](https://www.npmjs.com/package/com.stansassets.marking-menu) which is currently [![NPM Package](https://img.shields.io/npm/v/com.stansassets.marking-menu)](https://www.npmjs.com/package/com.stansassets.marking-menu).\n  ```json\n  {\n    \"scopedRegistries\": [\n      {\n        \"name\": \"npmjs\",\n        \"url\": \"https://registry.npmjs.org/\",\n        \"scopes\": [\n          \"com.stansassets\"\n        ]\n      }\n    ],\n    \"dependencies\": {\n      \"com.stansassets.marking-menu\": \"X.Y.Z\",\n      ...\n    }\n  }\n  ```\n* Switch back to the Unity software and wait for it to finish importing the added package.\n\n### Install from OpenUPM\n* Install openupm-cli `npm install -g openupm-cli` or `yarn global add openupm-cli`\n* Enter your unity project folder `cd \u003cYOUR_UNITY_PROJECT_FOLDER\u003e`\n* Install package `openupm add com.stansassets.marking-menu`\n\n### Install from a Git URL\nYoy can also install this package via Git URL. To load a package from a Git URL:\n\n* Open [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui.html) window.\n* Click the add **+** button in the status bar.\n* The options for adding packages appear.\n* Select Add package from git URL from the add menu. A text box and an Add button appear.\n* Enter the `https://github.com/StansAssets/com.stansassets.marking-menu.git` Git URL in the text box and click Add.\n* You may also install a specific package version by using the URL with the specified version.\n  * `https://github.com/StansAssets/com.stansassets.marking-menu.git#X.Y.X`\n  * Please note that the version `X.Y.Z` stated here is to be replaced with the version you would like to get.\n  * You can find all the available releases [here](https://github.com/StansAssets/com.stansassets.marking-menu/releases).\n  * The latest available release version is [![Last Release](https://img.shields.io/github/v/release/stansassets/com.stansassets.marking-menu)](https://github.com/StansAssets/com.stansassets.marking-menu/releases/latest)\n\n### Referencing packages from private repositories by SSH\nUnity Package Manager supports referencing packages from private repositories by SSH, see an example:\n`\"com.company.app\": \"ssh://git@github.com/Company/app.git#X.Y.Z\"`.\nBut easy to stumble if doing it the first time because Unity Package Manager requires the only SSH key without a passphrase. A quick guide to starting with:\n* Start Git Bash and generate SSH key without a passphrase if you don't have one already. ([Git SSH Guide](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent))\n* Add SSH key to an ssh-agent. Reboot PC.\n* Create some temporary directory on a PC and go there by executing command `cd C:\\Repositories\\SSHTestRepository`. Clone repository that going to be referenced as a package with `git clone git@github.com/Company/app.git`, agree with adding to a hosts list.\n* Done! Feel free to delete previously cloned repository.\n\nFor more information about what protocols Unity supports, see [Git URLs](https://docs.unity3d.com/Manual/upm-git.html).\n\n## About Us\nWe are committed to developing high quality and engaging entertainment software. Our mission has been to bring a reliable and high-quality Unity Development service to companies and individuals around the globe. \nAt Stan's Assets, we make Plugins, SDKs, Games, VR \u0026 AR Applications. Do not hesitate do get in touch, whether you have a question, want to build something, or just to say hi :) [Let's Talk!](mailto:stan@stansassets.com)\n\n[Website](https://stansassets.com/) | [LinkedIn](https://www.linkedin.com/in/lacost/) | [Youtube](https://www.youtube.com/user/stansassets/videos) | [Github](https://github.com/StansAssets) | [AssetStore](https://assetstore.unity.com/publishers/2256)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstansassets%2Fcom.stansassets.marking-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstansassets%2Fcom.stansassets.marking-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstansassets%2Fcom.stansassets.marking-menu/lists"}