#
Installation
- Open your Unity project.
- Navigate to
Window → Package Manager.
- In the left-hand pane of the Package Manager, go to
My Assets
and locate the Transform2D package. - Add the package to your project.
- Once imported, it will appear under
Assets/tools.bnop.transform2d
. Note: It must remain there for the plugin to function. - Close the Package Manager.
- Open the plugin panel via
Tools → Transform2D → Open Transform2D
. For best workflow integration, dock the panel within your Unity layout. - Ensure the Scene View is set to 2D mode.
#
Performance Notes
Transform2D is a design-time-only tool with negligible performance footprint and zero runtime overhead. It works alongside Unity's Transform component without overriding it, ensuring compatibility with other plugins and preserving your standard workflows.
#
Deactivation
For any reason, to temporarily disable: Deselect Tools → Transform2D → Enable Transform2D