Skip to content

Allows import Unity packages to custom folder

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

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

Install from 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.

  • Open the menu item Import Package > Extract Here
Unity_SgkdNUqfwn.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

Asset Store

About

Allows import Unity packages to custom folder

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Languages