This package allows developers to create hyperlinks to in-project assets. Clicking on these links will select the asset in Unity. The system is extensible and can run custom code from links.In a production environment, we often have online documentation on a Wiki, Jira, Confluence, etc. We often need to describe the location of a window, asset, or script to other developers, and locating these resources takes time and causes friction. With this tool, you can simply right-click an asset, copy a link, and send it via slack or embed it in documentation. When the reader clicks the link, Unity will receive the request and select the linked asset. You can also link to editor windows, or even run custom scripts. Create hyperlinks to in-project scripts or resources. Some use cases include:Selecting files based on path or GUIDSelecting GameObjects in scenes or prefabs Opening editor windowsRunning scriptsThe system is extensible, allowing developers to add their own types of links.