Changelog format is based on Keep a Changelog.
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
💡 Always remove previous plugin version before updating
- Add companion window that auto-appears alongside Unity's import dialog, allowing you to redirect any .unitypackage import to a specific folder — works with Package Manager "My Assets" imports, drag-and-drop, and the Assets menu (closes #6)
- Fix package affected import menu placement in Unity 6.2 and newer (thx Impossible Robert)
- Add assetOrigin argument support to ImportPackageToFolder API (@rwetzold)
- Refactor asset into UPM package, can add to the project now with direct git link
- Improve paths handling
- Add Unity 2023 support (at least for 2023 alpha)
- Remove some legacy projects
- Remove legacy AssetStoreTools
- Fix plugin did not work correctly with two-column project view (thx madc0der)
- Fix exception when using ImportPackageToFolder with interactive == false (thx Vipul Tyagi)
- Fix incorrect path processing in case package was exported not from the Assets folder (thx vestigialdev)
- Fix reflection errors in Unity 2019.3+ (thx viktorkadza)
- Fix reflection errors in Unity 2018.4 > 2018.4.3 (thx Aseemy)
- Update project to 2017.4 LTS
- Add Assembly Definition
- Remove obsolete code for pre-Unity 5.3
- Fix errors in Unity 2019.1.4+ (thx goldface)
- Initial release