Requirements
- Godot 4.0 or later
- A Godot project (2D or 2D/3D hybrid)
Vector Display 2D is currently compatible with Godot 4.x. Make sure your project is using Godot 4.0 or higher.
Installation Steps
Download the addon
Download or clone the Vector Display 2D addon from the repository.Or download the ZIP file and extract it to a temporary location.
Locate the addon folder
Navigate to the downloaded files and find the
addons/vector_display_2d folder. This folder contains all the necessary files:plugin.cfg- Plugin configurationplugin.gd- Plugin scriptvector_display_2d.gd- Main node scriptvector_display_settings.gd- Settings resourcevector_display_functions.gd- Helper functionsicon.svg- Node icondisplay_shortcut.tres- Default toggle shortcut (Shift+V)
Copy to your project
Copy the entire
addons folder (or just the vector_display_2d subfolder if you already have an addons folder) into your Godot project’s root directory.Your project structure should look like:Enable the plugin in Godot
- Open your project in Godot
- Go to Project > Project Settings
- Navigate to the Plugins tab
- Find Vector Display 2D in the list
- Check the Enable checkbox
If you don’t see the plugin in the list, try closing and reopening your project, or click the “Update” button in the Plugins tab.
Troubleshooting
Plugin not showing in Plugins tab
Plugin not showing in Plugins tab
- Make sure the
addons/vector_display_2dfolder is directly under your project root - Check that
plugin.cfgexists in theaddons/vector_display_2dfolder - Try restarting Godot
- Click the “Update” button in the Plugins tab
VectorDisplay2D node not available
VectorDisplay2D node not available
- Verify the plugin is enabled in Project Settings > Plugins
- Make sure all script files (.gd) are present in the addon folder
- Check the Godot console for any error messages
- Try disabling and re-enabling the plugin
Errors about missing icon.svg
Errors about missing icon.svg
- Ensure
icon.svgis present in theaddons/vector_display_2dfolder - The plugin will still work without the icon, but you’ll see a default node icon
Next Steps
Quick Start
Now that the addon is installed, learn how to display your first vector in under 5 minutes
