GetComponent Context Menu
Adds context menu items to quickly populate Component references using GetComponent, GetComponentsInChildren, GetComponentsInParent, and FindObjectsOfType methods. Streamlines workflow by automatically generating component lookups directly from the Inspector, reducing boilerplate code and setup time.
com.gilzoide.get-component-context-menu 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/get-component-context-menu.git README Markdown
Copy this to your project's README.md
## Installation
Add **GetComponent Context Menu** 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/get-component-context-menu.git
```
[](https://www.pkglnk.dev/pkg/get-component-context-menu)README
GetComponent Context Menu
Context menu items for setting up Component references based on GetComponent(s), GetComponent(s)InChildren, GetComponent(s)InParent and FindObject(s)OfType methods.

How to install
Either:
Install using openupm:
openupm add com.gilzoide.get-component-context-menuInstall via Unity Package Manager using the following URL:
https://https://github.com/gilzoide/unity-get-component-context-menu.git#1.0.0Copy the script GetComponentContextMenu.cs directly into your project inside any
Editorfolder
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In