AbsoluteExport is a simple plugin for Unity that helps easier export your assets to UnityPackage's for transferring.
- Create custom window for including assets into your package.
- Include UPM packages.
- Search for additional asset depencieses (through GUIDes in scenes and prefabs).
- Search for static resources usage in code.
- Search for cginc files (according to this Unity bug that only partionally fixed).
- Download unitypackage file and import to your project.
- In "Project View" window right click on needed asset or directory, and select AbsoluteExport/Export complete package.

- AbsoluteExport collect all depencieses and set checks on that. But you can change it and export only that what you want.

- Save it and have fun ;)
Selecting assets works correctly only with file browsing area in "Project View" window. Dont try to use it on files from left file tree, etc.
Thanks to @luke161 for the simple IMGUI TreeView implementation
