Skip to content

Unity Package to Copy and Paste transform orientations to your clipboard

Notifications You must be signed in to change notification settings

hedgewizards/PoseClipboard

Repository files navigation

PoseClipboard

Unity Package to Copy and Paste transform orientations using your clipboard ezgif com-video-to-gif

Unfortunately Unity's default serializer JsonUtility doesn't like to serailize deep hierarchies :( so it depends on Newtonsoft.JsonConvert

To Install

In unity, go to Window -> Package Manage -> Plus -> Add Package from Git URL and paste in:

https://github.com/hedgewizards/PoseClipboard.git

Unity_g9vI622p2o

To use

Attach Pose Clipboard component to the root of your armature. click "Copy Pose" to put the pose into your clipboard. click "Paste Pose" to apply the pose from your clipboard.

only the transform's LocalPosition, LocalScale, and LocalRotation are replicated, and it is dependent on the order.

About

Unity Package to Copy and Paste transform orientations to your clipboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages