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

jp.keijiro.klak.timeline.procedural-motion

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jp.keijiro.klak.timeline.procedural-motion - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

2

package.json

@@ -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",
...
```
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