InspectorAutoAssigner is a tool that automatically assigns values in the Unity Inspector.
- Once you have imported this package, you will see a magnifying glass icon in the ObjectField of the Unity Inspector.
- Click the magnifying glass icon to search for both yourself and child elements, and automatically assign components that match the variable type.

- If multiple components with the same name are found, a popup will appear and you can press the candidate name to ping it, or the button next to it to assign it.

- If multiple components of the same type are found, prioritize components that match the variable name.

- Open Window > Package Manager
- Click the "+" button
- Select "Add package from git URL"
- Enter the following URL:
https://github.com/hatayama/InspectorAutoAssigner.git?path=/Packages/src
- Open the Project Settings window and navigate to the Package Manager page.
- Add the following entry to the Scoped Registries list:
Name:OpenUPM
URL: https://package.openupm.com
Scope(s):io.github.hatayama.inspectorautoassigner
openupm add io.github.hatayama.inspectorautoassignerMIT License

