Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.dreamcode.editor.smart-importer

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.dreamcode.editor.smart-importer - npm Package Compare versions

Comparing version 0.8.1 to 0.8.3

.github/FUNDING.yml

4

CHANGELOG.md
# Changelog
## [0.8.3] - 2024-08-03
- Prevent error while export in root `Assets` folder
- Add installation guide
## [0.8.1] - 2023-02-24

@@ -4,0 +8,0 @@ - Prevent error CS0518: Predefined type 'System.Range'

4

package.json
{
"name": "com.dreamcode.editor.smart-importer",
"displayName": "SmartImporter",
"version": "0.8.1",
"version": "0.8.3",
"unity": "2020.3",

@@ -32,2 +32,2 @@ "description": "Allows import Unity packages (.unitypackage) to custom folder, ignoring initial assets paths.",

}
}
}

@@ -5,5 +5,31 @@ # Unity Smart Importer

[![NPM Package](https://img.shields.io/npm/v/com.dreamcode.editor.smart-importer)](https://www.npmjs.com/package/com.dreamcode.editor.smart-importer)
[![openupm](https://img.shields.io/npm/v/com.dreamcode.editor.smart-importer?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.dreamcode.editor.smart-importer/)
[![Licence](https://img.shields.io/npm/l/com.dreamcode.mobile.android-keystore)](https://github.com/dreamcodestudio/com.dreamcode.editor.smart-importer/blob/main/LICENSE)
![NPM Downloads](https://img.shields.io/npm/dt/com.dreamcode.editor.smart-importer)
### Install from npm 🤖
# How do I install Smart Importer?
<details>
<summary>Install via OpenUPM cli</summary>
```
openupm add com.dreamcode.editor.smart-importer
```
</details>
<details>
<summary>Install from git URL via Package Manager</summary>
1. Open the menu item `Window > Package Manager`
1. Click `+` button and select `Add package from git URL...`
1. Enter the following URL and click `Add` button
```
https://github.com/dreamcodestudio/com.dreamcode.editor.smart-importer.git
```
</details>
<details>
<summary>Install via npm</summary>
* Navigate to the `Packages` directory of your project.

@@ -32,2 +58,11 @@ * Adjust the [project manifest file](https://docs.unity3d.com/Manual/upm-manifestPrj.html) `manifest.json` in a text editor and add `com.dreamcode` is part of scopes.

</details>
<details>
<summary>Install via Asset Store</summary>
https://assetstore.unity.com/packages/slug/254217
</details>
# How do I use Smart Importer?
* Open the menu item `Import Package > Extract Here`

@@ -39,1 +74,6 @@

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`

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc