jp.keijiro.vfx-extra
Advanced tools
Comparing version 0.0.1 to 1.0.0
@@ -12,3 +12,3 @@ { | ||
"unityRelease": "0b8", | ||
"version": "0.0.1" | ||
"version": "1.0.0" | ||
} |
@@ -28,1 +28,42 @@ VfxExtra | ||
VFX event. | ||
How To Install | ||
-------------- | ||
This package uses the [scoped registry] feature to resolve package | ||
dependencies. Please add the following sections to the manifest file | ||
(Packages/manifest.json). | ||
[scoped registry]: https://docs.unity3d.com/Manual/upm-scoped.html | ||
To the `scopedRegistries` section: | ||
``` | ||
{ | ||
"name": "Keijiro", | ||
"url": "https://registry.npmjs.com", | ||
"scopes": [ "jp.keijiro" ] | ||
} | ||
``` | ||
To the `dependencies` section: | ||
``` | ||
"jp.keijiro.vfx-extra": "1.0.0" | ||
``` | ||
After changes, the manifest file should look like below: | ||
``` | ||
{ | ||
"scopedRegistries": [ | ||
{ | ||
"name": "Keijiro", | ||
"url": "https://registry.npmjs.com", | ||
"scopes": [ "jp.keijiro" ] | ||
} | ||
], | ||
"dependencies": { | ||
"jp.keijiro.vfx-extra": "1.0.0", | ||
... | ||
``` |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20170
28
1
69