Meta-Ben / Previewer_2D_3D

Godot Plugin : allow you to preview 2D and 3D during edition of the other
MIT License
17 stars 2 forks source link
addon editor gdscript godot godot4 godotengine preview

📺 Previewer_2D_3D

If you just want to know how to install it ! ⬅️

NOTE : The Previewer_2D_3D is actually in very early development, and may experiment malfunction or bug, 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 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 editor

3 - In 2D Preview -> move around and zoom in / zoom out

4 - In 3D Preview -> Move around ( not orbiting around stuff like in the 3D editors !), rotate and zoom in / zoom out

5 - Put the preview on the Left / Right / Bottom

6 - ( Bonus ) Work in full screen edition :

📃 How to install

1 - git clone https://github.com/Amealky/Previewer_2D_3D.git or download download the .zip and unzip it

2 - Move the Previewer_2D_3D 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 Previewer_2D_3D

4 - You should see this on/off switch appear :

5 - When you need to preview the other editor just enable it, and thats it ! 🎉