Allows import Unity packages (.unitypackage) to custom folder, ignoring initial assets paths.
Install via OpenUPM cli
openupm add com.dreamcode.editor.smart-importer
Install from git URL via Package Manager
- Open the menu item
Window > Package Manager
- Click
+
button and selectAdd package from git URL...
- Enter the following URL and click
Add
button
https://github.com/dreamcodestudio/com.dreamcode.editor.smart-importer.git
Install via npm
- Navigate to the
Packages
directory of your project. - Adjust the project manifest file
manifest.json
in a text editor and addcom.dreamcode
is part of scopes.
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.dreamcode"
]
}
],
"dependencies": {
...
}
}
- Open
Package Manager
and pressInstall
button.
Install via Asset Store
https://assetstore.unity.com/packages/slug/254217- Open the menu item
Import Package > Extract Here
smart-importers-shorts.mov
Now you can import .unitypackage to custom folder.
Smart Importer
implemented via C# Reflection and pass tests on the editor versions
2020
, 2021
, 2022