I have a game that has a single 3d camera, a 3d scene, and also ui nodes. Without using bevy_editor_pls the ui overlays over the 3d scene.
If EditorPlugin::default() is added, then the game view does not have the overlay, nor do the 3d editor cameras, the ui is visible only in the editor under the 2d camera option.
I have a game that has a single 3d camera, a 3d scene, and also ui nodes. Without using bevy_editor_pls the ui overlays over the 3d scene.
If EditorPlugin::default() is added, then the game view does not have the overlay, nor do the 3d editor cameras, the ui is visible only in the editor under the 2d camera option.