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
1
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.0 to 0.8.1

3

CHANGELOG.md
# Changelog
## [0.8.1] - 2023-02-24
- Prevent error CS0518: Predefined type 'System.Range'
## [0.8.0] - 2023-02-24
- This is the first release of *Unity Package com.dreamcode.editor.smart-importer*

2

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

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

# Unity Smart Importer
Allows import Unity packages (.unitypackage) to custom folder, ignoring initial assets paths.
[![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 Package](https://img.shields.io/npm/v/com.dreamcode.editor.smart-importer)](https://www.npmjs.com/package/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)
### Install from npm 🤖
* Navigate to the `Packages` directory of your project.
* 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.
```json
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.dreamcode"
]
}
],
"dependencies": {
...
}
}
```
* Open `Package Manager` and press `Install` button.
<img src="https://user-images.githubusercontent.com/7010398/221207311-81e95b1e-8ea4-4530-82bd-9409f19b878b.png" width="730">
* 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.

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