shutosg / UniEaseCopy

Unity の Animation キーフレームを、カーブの形状を維持した状態でコピー&ペーストできるエディタ拡張です

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UniEaseCopy

openupm

日本語は こちら

UniEaseCopy is an Editor Tool that allows you to copy and paste Unity Animation keyframes while preserving the curve shape.

Demo

UniEaseCopy

Usage

There are two ways to use this tool.

1. GUI panel

Open the GUI panel from the menu Window > Animation > UniEaseCopy.

image

image

The explanations of the panel are following.

Explanation
Copy button Copy the currently selected keyframes
Ease button Pastes the curve shape to the currently selected keyframes
Value button Paste the value to the selected keyframes
Log area Displays error messages etc.
Copied keyframes Displays the number of keyframes being copied. Some Unity versions also display information about copied keyframes.

2. Menu

You can also show the menu by adding UNIEASECOPY_USE_MENU_ITEM to Scripting Define Symbols in PlayerSettings.

image

Installation

There are 3 ways to add this package to your project.

1. Scoped registory

By adding the following scoped registory from PackageManager in ProjectSettings, this package will appear in My Registories in PackageManager.

image

{
    "name": "shutosg",
    "url": "https://package.openupm.com",
    "scopes": [
        "net.shutosg"
    ]
}

image

2. OpenUPM

You can add this package using the OpenUPM CLI tool.

openupm add net.shutosg.uni-ease-copy

3. from git URL

image

You can install it by entering https://github.com/shutosg/UniEaseCopy.git?path=Assets/UniEaseCopy in the Add package from git URL of PackageManager.

License

MIT

About

Unity の Animation キーフレームを、カーブの形状を維持した状態でコピー&ペーストできるエディタ拡張です

License:MIT License


Languages

Language:C# 100.0%