Description
Changelog
Reviews
Global Transform Editor
Adds Global Position and Global Rotation fields to the top of the Inspector for any Node3D.
Features
- Global View/Edit: Modify absolute world coordinates using standard sliders.
- Smart Copy/Paste: Use the icons to transfer global transforms between nodes.
- Copy: Saves the
Vector3(...)string to the system clipboard. - Paste: Reads
Vector3(...)text from the clipboard and applies it (supports Undo/Redo).
- Copy: Saves the
- Performance: Collapsible sections. Stops processing when closed or when the node is deselected.
How to Use
- Select a
Node3D. - Expand Global Position or Global Rotation at the top of the Inspector.
- Drag sliders to modify values.
- Use the Copy/Paste icons to transfer values between objects or scripts.
Installation
- Place the plugin folder in
res://addons/. - Enable it in Project Settings > Plugins.
Changelog for version v1.1
No changelog provided for this version.