日本語は こちら
UniEaseCopy is an Editor Tool that allows you to copy and paste Unity Animation keyframes while preserving the curve shape.
There are two ways to use this tool.
Open the GUI panel from the menu Window > Animation > UniEaseCopy
.
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. |
You can also show the menu by adding UNIEASECOPY_USE_MENU_ITEM
to Scripting Define Symbols
in PlayerSettings.
There are 3 ways to add this package to your project.
By adding the following scoped registory from PackageManager
in ProjectSettings, this package will appear in My Registories
in PackageManager.
{
"name": "shutosg",
"url": "https://package.openupm.com",
"scopes": [
"net.shutosg"
]
}
You can add this package using the OpenUPM CLI tool.
openupm add net.shutosg.uni-ease-copy
You can install it by entering https://github.com/shutosg/UniEaseCopy.git?path=Assets/UniEaseCopy
in the Add package from git URL
of PackageManager.
MIT