com.dreamcode.editor.smart-importer

0.8.1 • Public • Published

Unity Smart Importer

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

NPM Package Licence

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

https://user-images.githubusercontent.com/7010398/221209668-6680d81d-01b9-4071-9a5c-06f8d13e267a.mp4

Well done 🤝

Now you can import .unitypackage to custom folder.

Package Sidebar

Install

npm i com.dreamcode.editor.smart-importer

Weekly Downloads

1

Version

0.8.1

License

MIT

Unpacked Size

11 kB

Total Files

19

Last publish

Collaborators

  • dreamcodestudio