If you just want to know how to install it ! ⬅️
NOTE : if you want to help us and/or participate on improving this plugin don't hesitate to open a PR 📥
A plugin for Godot Engine writted fully in GDScript that allow you to EDIT 2D and 3D editor while they are next to each other !
1 - Enable/Disable 2D/3D Dual Mode
: This transform your 2D and 3D tab into a splitted view (2D on left and 3D on right)
2 - Change on focus
: To edit the editor your want ( 2D or 3D ) just move your mouse above the panel your want, it will automatically transform the other into a simple preview ( you can see the change on the 2D / 3D buttons on the Godot top editor bar )
3 - Keep top bar functionnalities
: When the focused editor change it will automatically switch the top bar functionality of the current editor ( the bar with snap grid options etc )
1 - git clone https://github.com/Meta-Ben/DualEditor.git
or download download the .zip
and unzip it
2 - Move the DualEditor
folder into the addons
folder of your Godot project, if you don't have this folder you can just create one
3 - In Godot, Under Projects -> Projects Settings -> Plugins
, Enable the plugin named DualEditor
4 - You should see this on/off switch appear :
5 - When you need to enable the dual mode just enable it, and thats it ! 🎉