Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Edit Array[Vector2] and PackedVector2Array directly in the editor as if they were polygons—no extra nodes, no complex setup. Just enable, drag, add, or remove points right on the canvas.For more information click on "View files"
Godot Vector2Editor Plugin
About
Edit Array[Vector2] and PackedVector2Array directly in the editor as if they were polygons—no extra nodes, no complex setup. Just enable, drag, add, or remove points right on the canvas.
Demo Preview
Features
- Easy to use - simply install, enable and you are ready to go!
- Edit
Array[Vector2]
andPackedVector2Array
with power of polygons editing - support for CanvasItem nodes (Node2D, Control and any of their subtype)
- Doesn't impact project performance or complexity
Requirements
- Godot 4.2 or higher
Installation
- Open the
AssetLib
tab in Godot with your project open. - Search for "Vector2 array editor" and install the plugin by Mero.
- Open project settings -> plugins, and enable the plugin
Vector2ArrayEditor
. - Done!
Usage
[!WARNING] Make sure to check Troubleshooting section
# in your Node2D script
@export var arr1: Array[Vector2]
@export var arr2: PackedVector2Array
select any node in your scene with exported
Array[Vector2]
orPackedVector2Array
property typeclick "Edit in 2D view" button in the inspector right above your property to enter edit mode
- if there is less then 3 items in your array the button will add missing points (it won't override existing ones)
Troubleshooting
- plugin support only CanvasItem nodes, e.g. Node2D, Control and any of their subtype. For all the other the edit btn will be blocked
- plugin support only
Array[Vector2]
orPackedVector2Array
types and won't work if you have like array ofVector2
without explicit type - is the node was already in focus before enabling the plugin - refocus it to see the edit buttons
Edit Array[Vector2] and PackedVector2Array directly in the editor as if they were polygons—no extra nodes, no complex setup. Just enable, drag, add, or remove points right on the canvas.
For more information click on "View files"
Reviews
Quick Information

Edit Array[Vector2] and PackedVector2Array directly in the editor as if they were polygons—no extra nodes, no complex setup. Just enable, drag, add, or remove points right on the canvas.For more information click on "View files"