com.dreamcode.editor.smart-importer
Advanced tools
Comparing version 0.8.1 to 0.8.3
# 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' |
{ | ||
"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®istry_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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12708
21
77