JAFS6 / CopyTransformTool

Unity3D editor tool to copy elements of one GameObject's transform to others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CopyTransform Tool

License

Unity3D editor tool to copy elements of one GameObject's transform to others.


Motivation

Have you ever placed a GameObject carefully in a place and have you noticed afterward you need another GameObject placed on its place? Maybe you want to match the rotation of one GameObject to place several copies in a row? Whatever your need is, this lightweight tool will help you in that moments, saving development time.

Setup

Download the latest version of CopyTransform Tool from the releases page. You can choose between the zip file or the unity package.

Setup from zip file

Unzip it and put the CopyTransformTool folder on your Unity3D project's assets folder.

Setup from unity package

Import the package: Assets > Import Package > Custom Package, select the file and import all.

Result

Whatever form you use, you will see a new entry on the Window menu called CopyTransform Tool.

#Usage Click the Window > CopyTransform Tool to open de tool's window.

CopyTransformTool Window image

Select/Unselect the elements to copy, checking/unchecking the checkboxes for Position, Rotation, Scale and Parent.

Select the source Transform on the Source Transform slot.

Select the target GameObject(s) on the scene, clicking them on the hierarchy or in the scene view. Shift click to add multiple GameObjects.

CopyTransformTool Window items selected image

Click on the copy elements button.

You can Undo the changes with CTRL + Z or Edit > Undo Copy Transform elements.

Additional features

Reset position, rotation and/or scale checking/unchecking them, select the desired GameObjects and clicking over the Reset elements button.

Clear source transform easily clicking the clear button.

Troubleshooting

If you have any problem, question, suggestion or bug report, open an issue and we will try to solve it.

Contributing

If you want to help improve this tool, please test it and create a new issue if you find any bug.

License

This tool is licensed under the MIT license.

Author

Juan Antonio Fajardo Serrano

About

Unity3D editor tool to copy elements of one GameObject's transform to others.

License:MIT License


Languages

Language:C# 100.0%