Skip to content

dreamcodestudio/com.dreamcode.editor.smart-importer

Repository files navigation

Unity Smart Importer

Allows import Unity packages (.unitypackage) to custom folder, ignoring initial assets paths.

NPM Package openupm Licence NPM Downloads

How do I install Smart Importer?

Install via OpenUPM cli
openupm add com.dreamcode.editor.smart-importer
Install from git URL via Package Manager
  1. Open the menu item Window > Package Manager
  2. Click + button and select Add package from git URL...
  3. 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 add com.dreamcode is part of scopes.
  {
    "scopedRegistries": [
      {
        "name": "npmjs",
        "url": "https://registry.npmjs.org/",
        "scopes": [
          "com.dreamcode"
        ]
      }
    ],
    "dependencies": {
      ...
    }
  }
  • Open Package Manager and press Install button.
Install via Asset Store https://assetstore.unity.com/packages/slug/254217

How do I use Smart Importer?

  • Open the menu item Import Package > Extract Here
smart-importers-shorts.mov

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

✉️ Contact

Telegram

Email

🔑 License

Unity Asset Store EULA