com.dreamcode.editor.smart-importer
v0.8.3
Published
Allows import Unity packages (.unitypackage) to custom folder, ignoring initial assets paths.
Downloads
9
Maintainers
Readme
Unity Smart Importer
Allows import Unity packages (.unitypackage) to custom folder, ignoring initial assets paths.
How do I install Smart Importer?
openupm add com.dreamcode.editor.smart-importer
- 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
- 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.
How do I use Smart Importer?
- Open the menu item
Import Package > Extract Here
https://user-images.githubusercontent.com/7010398/221209668-6680d81d-01b9-4071-9a5c-06f8d13e267a.mp4
Well done 🤝
Now you can import .unitypackage to custom folder.
Unity Editors Support
Smart Importer
implemented via C# Reflection and pass tests on the editor versions
2020
, 2021
, 2022