
Publisher
amealky
Previewer_2D_3D
A plugin for Godot Engine writted fully in GDScript that allow you to PREVIEW 2D or 3D editor while editing on the other one. It could be really useful for game that use 3D as physic engine but 2D as rendered engine since if you manage by code or a way of your own to update the 2D view while editing the 3D view for exemple this Plugin will show you the modification in real time Features : 1 - Show/Hide the Preview ( for both ) 1 - Preview 2D while using 3D editor 2 - Preview 3D while using 2D...
⚔️ DualEditor ⚔️
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 !
📦 Features
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 )
📃 How to install
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 ! 🎉