jp.keijiro.klak.timeline.procedural-motion
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -15,3 +15,3 @@ { | ||
"unityRelease": "0f1", | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
@@ -6,3 +6,4 @@ ProceduralMotionTrack | ||
This is an implementation of a custom timeline track that controls an object transform with simple procedural motions. | ||
This is an implementation of a custom timeline track that controls an object | ||
transform with simple procedural motions. | ||
@@ -18,3 +19,4 @@ At the moment, it has four types of motions: | ||
Procedural Motion track supports extrapolation that is useful to give an infinite motion during an entire timeline. | ||
Procedural Motion track supports extrapolation that is useful to give an | ||
infinite motion during an entire timeline. | ||
@@ -24,7 +26,43 @@ System Requirements | ||
- Unity 2017.3 or later | ||
- Unity 2019.4 or later | ||
License | ||
------- | ||
How To Install | ||
-------------- | ||
[Unlicense](https://unlicense.org/) | ||
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.klak.timeline.procedural-motion": "1.0.1" | ||
``` | ||
After changes, the manifest file should look like below: | ||
``` | ||
{ | ||
"scopedRegistries": [ | ||
{ | ||
"name": "Keijiro", | ||
"url": "https://registry.npmjs.com", | ||
"scopes": [ "jp.keijiro" ] | ||
} | ||
], | ||
"dependencies": { | ||
"jp.keijiro.klak.timeline.procedural-motion": "1.0.1", | ||
... | ||
``` |
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
26454
40
66